Skip to content

Commit

Permalink
Merge pull request #26 from itinance/fixing_android_compile_error
Browse files Browse the repository at this point in the history
Fixing breaking android compile error RN 0.50
  • Loading branch information
Sunhat committed Jan 22, 2018
2 parents 0481d2c + c4fa62d commit f8a8e98
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ public List<ViewManager> createViewManagers(ReactApplicationContext reactContext
return Arrays.asList();
}

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

@Override
public List<NativeModule> createNativeModules(ReactApplicationContext reactContext) {
Expand Down

0 comments on commit f8a8e98

Please sign in to comment.