everything was fine but last 2 days after I build an app or want to test it on my phone this appears (checkout the image) I am tired of it I do not know what did I do but this is the problem
I tried every solution I found in this website about expo go welcome screen but it seems its not related because even when I open fresh expo react app same thing appears. My problem ScreenShot
everything was fine but last 2 days after I build an app or want to test it on my phone this appears (checkout the image) I am tired of it I do not know what did I do but this is the problem
I tried every solution I found in this website about expo go welcome screen but it seems its not related because even when I open fresh expo react app same thing appears. My problem ScreenShot
Share Improve this question edited Jan 29 at 6:47 حسین جباری asked Jan 29 at 6:45 حسین جباریحسین جباری 11 bronze badge1 Answer
Reset to default 0i think you are build app from expo cash. Sometimes cache issues cause Expo builds to fail. Try clearing the cache:
expo r -c
or
expo start -c
If Expo still doesn’t build, check for logs:
expo doctor
or
expo diagnostics
finally if these steps not work try to reinstall all things to ensure all dependencies are correctly installed.
rm -rf node_modules package-lock.json
npm install