Hello, has anyone else experienced a similar issue where the app runs smoothly on Expo Go, but when built as an APK for Android, it gets stuck on the initial splash screen?
eas.json
{
"cli": {
"version": ">= 7.3.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"android": {
"buildType": "apk"
}
},
"preview2": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}
Top comments (2)
the same issue