Skip to content

Commit

Permalink
Merge pull request #2 from letalumil/master
Browse files Browse the repository at this point in the history
Remove createJSModules override annotation
  • Loading branch information
simman authored Nov 1, 2017
2 parents 74c7195 + 8b6f12d commit efa10a3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
return Arrays.<NativeModule>asList(new AlertViewModule(reactContext));
}

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

0 comments on commit efa10a3

Please sign in to comment.