We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React: 18.0.0
Firebase: 9.13.0
ReactFire: 4.2.2
Other (e.g. Node, browser, operating system) (if applicable): expo: 46.0.16 react-native: 0.69.6
Create an Expo App
Simply following the setup guide:
function App() { return ( <SafeAreaProvider> <FirebaseAppProvider firebaseConfig={firebaseConfig}> <RootStackNavigator /> </FirebaseAppProvider> </SafeAreaProvider> ); } registerRootComponent(App);
The App render without error
Downgrade to 4.1.1, it works fine at [email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version info
React:
18.0.0
Firebase:
9.13.0
ReactFire:
4.2.2
Other (e.g. Node, browser, operating system) (if applicable):
expo: 46.0.16
react-native: 0.69.6
Test case
Steps to reproduce
Create an Expo App
Simply following the setup guide:
Expected behavior
The App render without error
Actual behavior
Current Solution
Downgrade to 4.1.1, it works fine at [email protected]
The text was updated successfully, but these errors were encountered: