mirror of
https://github.com/status-im/react-native-camera.git
synced 2026-08-27 19:51:07 +00:00
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:
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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user