Skip to content

Commit

Permalink
Merge pull request #27 from robinpowered/chore/rn-63+
Browse files Browse the repository at this point in the history
Chore - RN 63+
  • Loading branch information
jutaz authored Jan 18, 2023
2 parents 0b2f8d6 + bd35232 commit 2146af4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ repositories {
}

dependencies {
implementation 'com.facebook.react:react-native:0.15.+'
implementation 'com.facebook.react:react-native:+'
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,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 2146af4

Please sign in to comment.