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
SDK Used: Sdk 46
PLATFORM: Android
After cloning the app using ' npx create-react-native-app --template https://github.com/expo-community/expo-firebase-starter'
I test the app and it works fine on the emulator, but after building the app using EAS, the app seems to crash.
It only shows the loading screen for the app,then it crashes.
The text was updated successfully, but these errors were encountered:
Hi @CaptainEboy, does it logs the error on crash?
Sorry, something went wrong.
I ran into similar issues as well when installing it on an Android device
platform: android 12 phone : mi
i attached the error logs below
found the answer
you need to configure the environment variables in expo
its because your local emulator has the environment values but during production, your environment values are not available with expo.
No branches or pull requests
SDK Used: Sdk 46
PLATFORM: Android
After cloning the app using ' npx create-react-native-app --template https://github.com/expo-community/expo-firebase-starter'
I test the app and it works fine on the emulator, but after building the app using EAS, the app seems to crash.
It only shows the loading screen for the app,then it crashes.
The text was updated successfully, but these errors were encountered: