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

Update FIRMessagingPackage.java

parent f192abaa
......@@ -22,6 +22,11 @@ public class FIRMessagingPackage implements ReactPackage {
modules.add(new FIRMessagingModule(reactContext));
return modules;
}
// support rn < 0.47
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}
@Override
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
......
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