Skip to content

Commit

Permalink
RN 0.47 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tayfunyugruk committed Sep 5, 2017
1 parent e46a8b5 commit 054a84b
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactAppli
);
}

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

@Override
public List<ViewManager> createViewManagers(ReactApplicationContext reactApplicationContext) {
//noinspection ArraysAsListWithZeroOrOneArgument
Expand Down

0 comments on commit 054a84b

Please sign in to comment.