Skip to content

Commit

Permalink
Merge pull request #7 from jutaz/bugfix/RN-0.63+
Browse files Browse the repository at this point in the history
Bugfix - RN 0.47+
  • Loading branch information
jutaz authored Jan 18, 2023
2 parents 21ec1a6 + 22183b5 commit 1123296
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ repositories {
}

dependencies {
implementation 'com.facebook.react:react-native:0.15.+'
implementation 'com.facebook.react:react-native:+'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"license": "MIT",
"homepage": "",
"peerDependencies": {
"react-native": ">= 0.11.0"
"react-native": ">= 0.47.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactAppli
return modules;
}

@Override
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}

@Override
public List<ViewManager> createViewManagers(ReactApplicationContext reactApplicationContext) {
return Arrays.<ViewManager>asList();
Expand Down

0 comments on commit 1123296

Please sign in to comment.