Skip to content

Commit

Permalink
Fix compilation error on Android with react-native >= 0.47
Browse files Browse the repository at this point in the history
createJSModules was removed in React Native 0.47.0. See:
facebook/react-native#15232
  • Loading branch information
slestang committed Oct 24, 2017
1 parent 3868429 commit 6f17553
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -26,7 +26,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
return modules;
}

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

0 comments on commit 6f17553

Please sign in to comment.