Skip to content

Commit

Permalink
Fixing breaking android compile error RN 0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
itinance committed Nov 30, 2017
1 parent 0481d2c commit c4fa62d
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 c4fa62d

Please sign in to comment.