Skip to content

Commit

Permalink
Remove createJSModules @OverRide marker - RN 0.47 compatibility (reac…
Browse files Browse the repository at this point in the history
…t-native-camera#821)

* Remove depreciated createJSModules @Ovveride marker

* Added comment

* Fix typo in comment

* Fix typo in comment
  • Loading branch information
radko93 authored and rt2zz committed Aug 7, 2017
1 parent bd9a0f3 commit 02eb51d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactAppli
return Collections.<NativeModule>singletonList(new RCTCameraModule(reactApplicationContext));
}

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

0 comments on commit 02eb51d

Please sign in to comment.