-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Has anybody tested the library with the latest RN@0.74? I've just rapidly tried to upgrade my existing app, which depends on react-native-firebase from RN@0.73.6 to RN@0.74.1, and after the upgrade on Android (New Architecture) it tells
No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
(which, I believe is supposed to happen automatically, thus I assume it fails to initialize for RN@0.74).
Also, what is the status of the new architecture support? With RN@0.73 the library works for me in an app using the new architecture on Android; but if I am not missing anything, it does not work alongside the new arch on iOS. The new arch has been around for a while now, and it is supported by most popular RN libraries... this one not supporting it is quite a bummer.