Emulator shows default welcome app on iOS and Android


I have recently started using expo-cli for app development. Whenever I run an application in iOS or Android emulator it opens the default Welcome to React Native app instead of opening the one I am developing. I have also tried opening it from the expo app on my Android phone.

Tried restarting the app, tried restarting the systems, nothing worked for me.

This was resolved. I had imported a Header component which came from one of the SplashScreen from ReactNative instead of the one I had created.

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