Adrian Seungjin Lee
Adrian Seungjin Lee

Reputation: 1666

How can I disable default splash screen in react-native?

Is there any way to disable the default splash screen, making our app load main page at first?

Upvotes: 25

Views: 47766

Answers (1)

Noitidart
Noitidart

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

Related Questions