Skip to content

Commit

Permalink
Fix breaking change in RN 0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesisaac committed Aug 10, 2017
1 parent 8bb9cc8 commit e2ff5b8
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -30,7 +30,6 @@ public List<NativeModule> createNativeModules(
return modules;
}

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

0 comments on commit e2ff5b8

Please sign in to comment.