Skip to content

Commit

Permalink
removing addJSModule; reference: facebook/react-native@ce6fb33
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbfalcao committed Sep 6, 2017
1 parent bfc37fe commit 426ec99
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions android/src/main/java/rnxmpp/RNXMPPPackage.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
return modules;
}

@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 426ec99

Please sign in to comment.