Skip to content

Commit

Permalink
Remove override of 'createJSModules' (lugg#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgsummer authored and Pedro Belo committed Aug 3, 2017
1 parent 966a29d commit 4d8ffdb
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
);
}

@Override
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}

@Override
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
return Collections.emptyList();
Expand Down

0 comments on commit 4d8ffdb

Please sign in to comment.