expo app build crashes

when i run my project with the command
npx expo start

and then make it build using eas services build completed successfully but not working

it work fine but after making it build into apk or submit to app store into aab it does not work

both apk and aab carshes

“expo”: “~47.0.9”,
“react-native”: “0.70.5”,

how i can resolve this

I have the same problem you solved

i solved this making the development build
So please the development build first to find the solution
npx expo install dev-client

it will tell you exactly what the problem is

1 Like

Wow crazy! Can you explain a little more what to do I’m really stuck with this