I recently publish my app to the google play, when I installed it on my phone, but the app won't open.I built the app in Expo react native.
Does anyone have any idea what the problem might be or even how to debug it?
Try your mobile application in production mode with typing in the terminal at the root of your project
expo start --no-dev --minify
It should show your error.