Open CaptainEboy opened 2 years ago
Hi @CaptainEboy, does it logs the error on crash?
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.
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.