25

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

Adrian Seungjin Lee
  • 1,646
  • 2
  • 15
  • 28

1 Answers1

16

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

Noitidart
  • 35,443
  • 37
  • 154
  • 323