Skip to content

Commit

Permalink
Merge pull request #66 from jlbfalcao/master
Browse files Browse the repository at this point in the history
removing 'addJSModule' to work on 0.48
  • Loading branch information
aksonov authored Oct 13, 2017
2 parents bfc37fe + 426ec99 commit 0930541
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 0930541

Please sign in to comment.