Remove createJSModules @override marker - RN 0.47 compatibility (#821)

* Remove depreciated createJSModules @ovveride marker

* Added comment

* Fix typo in comment

* Fix typo in comment
This commit is contained in:
Radek Czemerys
2017-08-07 12:52:31 -07:00
committed by Zack Story
parent bd9a0f37fc
commit 02eb51d962
@@ -17,7 +17,7 @@ public class RCTCameraPackage implements ReactPackage {
return Collections.<NativeModule>singletonList(new RCTCameraModule(reactApplicationContext));
}
@Override
// Deprecated in RN 0.47
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}