mirror of
https://github.com/status-im/react-native-firebase.git
synced 2026-09-02 15:11:16 +00:00
Revert "Revert "[android] Remove backwards compatibility for 0.47.0""
This reverts commit 25314483d7.
This commit is contained in:
@@ -28,18 +28,6 @@ public class RNFirebaseDatabasePackage implements ReactPackage {
|
||||
return modules;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return list of JS modules to register with the newly created catalyst instance.
|
||||
* <p/>
|
||||
* IMPORTANT: Note that only modules that needs to be accessible from the native code should be
|
||||
* listed here. Also listing a native module here doesn't imply that the JS implementation of it
|
||||
* will be automatically included in the JS bundle.
|
||||
*/
|
||||
// TODO: Removed in 0.47.0. Here for backwards compatability
|
||||
public List<Class<? extends JavaScriptModule>> createJSModules() {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
||||
/**
|
||||
* @param reactContext
|
||||
* @return a list of view managers that should be registered with {@link UIManagerModule}
|
||||
|
||||
Reference in New Issue
Block a user