Skip to content

Commit

Permalink
react-native 0.47 removed createJSModules
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunjun19 committed Dec 1, 2017
1 parent 1349c27 commit b83dc04
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@
import java.util.*;

public class IAmPortPackage implements ReactPackage {

@Override
public List<Class<? extends JavaScriptModule>> createJSModules() {

return Collections.emptyList();
}

@Override
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {

Expand Down

0 comments on commit b83dc04

Please sign in to comment.