I am developing an app in react-native. Whenever I start the app I am getting the below screen as the start screen.
Any idea how can I remove it? I am new to the react-native world. Any help is highly appreciated.
I am developing an app in react-native. Whenever I start the app I am getting the below screen as the start screen.
Any idea how can I remove it? I am new to the react-native world. Any help is highly appreciated.
This screen lets your app stay up and running without delays
If you allocate to give it up You need to change this on Android and iOS separately
For Android - https://stackoverflow.com/a/44380138/9161478