Commit 4c49ca7e authored by Libin Lu's avatar Libin Lu Committed by GitHub

Merge pull request #446 from ptomasroos/patch-1

Remove override of createJSModules
parents 92f3a880 e2246d83
......@@ -23,11 +23,6 @@ public class FIRMessagingPackage implements ReactPackage {
return modules;
}
@Override
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}
@Override
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
return Arrays.<ViewManager>asList();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment