You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing a white screen when launching my React Native app on Android after building the APK with EAS Build. The app works perfectly fine in Expo Go on both iOS and Android simulators and devices. I can also build and deploy the app on iOS without any issues. However, when I install the APK on a physical Android device, I only see a white screen after the splash screen.
Build/Submit details page URL
https://expo.dev/accounts/trizzy_05/projects/Balto/builds/3c897b5e-2d73-4b5b-8bfc-1633fc6ac8f1
Summary
I'm experiencing a white screen when launching my React Native app on Android after building the APK with EAS Build. The app works perfectly fine in Expo Go on both iOS and Android simulators and devices. I can also build and deploy the app on iOS without any issues. However, when I install the APK on a physical Android device, I only see a white screen after the splash screen.
Managed or bare?
Managed
Environment
expo-env-info 1.2.1 environment info:
System:
OS: macOS 14.2.1
Shell: 5.9 - /bin/zsh
Binaries:
Node: 22.11.0 - ~/.nvm/versions/node/v22.11.0/bin/node
npm: 10.9.0 - ~/.nvm/versions/node/v22.11.0/bin/npm
SDKs:
iOS SDK:
Platforms: DriverKit 23.2, iOS 17.2, macOS 14.2, tvOS 17.2, visionOS 1.0, watchOS 10.2
IDEs:
Xcode: 15.2/15C500b - /usr/bin/xcodebuild
npmPackages:
react: ^18.2.0 => 18.3.1
react-native: ^0.76.1 => 0.76.3
npmGlobalPackages:
eas-cli: 13.2.3
expo-cli: 6.3.12
Expo Workflow: managed
{
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^7.0.3",
"@react-navigation/stack": "^7.0.3",
"@types/react": "~18.3.12",
"expo-camera": "^16.0.7",
"expo-font": "^13.0.1",
"expo-notifications": "^0.29.8",
"react": "^18.2.0",
"react-native": "^0.76.1",
"react-native-dropdown-select-list": "^2.0.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-maps": "1.18.0",
"react-native-paper": "^5.12.5",
"react-native-qrcode-svg": "^6.3.12",
"react-native-reanimated": "~3.16.1",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-screens": "~4.1.0",
"react-native-svg-transformer": "^1.5.0"
}
}
Error output
None (Unfortunately)
Reproducible demo or steps to reproduce from a blank project
Download the APK here : https://expo.dev/artifacts/eas/8tz9H3VfaTjrDhwuGqLemV.apk
Hope this helps
The text was updated successfully, but these errors were encountered: