React Native : the Expo apk after build and installing it keeps stopping after being installed

my app is working absolutly correct in my phone using Expo GO
after creating the file
eas.json
{
“build”: {
“preview”: {
“android”: {
“buildType”: “apk”
}
},
“preview2”: {
“android”: {
“gradleCommand”: “:app:assembleRelease”
}
},
“preview3”: {
“developmentClient”: true
},
“production”: {}
}
}
using this command to create the apk
eas build -p android --profile preview
but after installing it in my phone it says MovieApp keeps stopping
im using visual studio
im struggling to solve this issue can somone help plz

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.