Reputation: 1666
Is there any way to disable the default splash screen, making our app load main page at first?
Upvotes: 25
Views: 47766
Reputation: 37238
There is always a loading portion. During this time a splash WILL be shown. You can customize the splash screen though.
On Android - https://stackoverflow.com/a/44380138/1828637
On iOS - iOS Launch screen in React Native
Upvotes: 16