Commit 2c172061 authored by Libin Lu's avatar Libin Lu Committed by GitHub

Update FIRMessagingPackage.java

parent f192abaa
......@@ -23,6 +23,11 @@ public class FIRMessagingPackage implements ReactPackage {
return modules;
}
// support rn < 0.47
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