I am developing an app in react native expo, which is working perfectly well in my development area. However, after building my apk and installing the app, my splash screen will display and next, is a black not-found screen. Once I click on the “go back” on the not found screen, that’s when I see my app’s first screen.
Please, I need help in debugging this issue because all my routes are correct.
[this is my index page, the first screen that is supposed to show after the splash screen] 1 2 3