Skip to content

Commit

Permalink
Merge pull request #7 from jsdario/patch-1
Browse files Browse the repository at this point in the history
Comments override for RN >= 0.47 compatibility
  • Loading branch information
Chris LeBlanc committed Oct 2, 2017
2 parents 2924f9d + a5e1707 commit 7a44566
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
* listed here. Also listing a native module here doesn't imply that the JS implementation of it
* will be automatically included in the JS bundle.
*/
@Override
// Deprecated @Override for react-native >= 0.47
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}
Expand Down

0 comments on commit 7a44566

Please sign in to comment.