Skip to content

Commit

Permalink
Remove createJSModules override annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
letalumil committed Oct 6, 2017
1 parent 74c7195 commit 8b6f12d
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 8b6f12d

Please sign in to comment.