I am working with react native
. In my project I used splash screen for both Android
and iOS
. On Android
I increased the time of the splash screen in android/app/src/main/java/splashActivity.java
as sleep(5000)
. Similarly, I want to increase or decrease the time of the splash screen on iOS
.
I don't know how to do it.
Asked
Active
Viewed 663 times
1

Dávid Pásztor
- 51,403
- 9
- 85
- 116

karthick
- 101
- 1
- 1
- 7
-
Is your issue resolved? How did you add sleep(5000) in Android? – Anjana Jan 31 '18 at 10:09