File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
android/src/main/java/com/masteratul Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
1616 return Arrays .<NativeModule >asList (new RNAppstoreVersionCheckerModule (reactContext ));
1717 }
1818
19+ //leaving it to support react-native v0.47 and less
20+ public List <Class <? extends JavaScriptModule >> createJSModules () {
21+ return Collections .emptyList ();
22+ }
23+
1924 @ Override
2025 public List <ViewManager > createViewManagers (ReactApplicationContext reactContext ) {
2126 return Collections .emptyList ();
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-appstore-version-checker" ,
3- "version" : " 2.4 .0" ,
3+ "version" : " 2.5 .0" ,
44 "description" : " A react native module to find the app version on play store and ios app store" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments