Closed KulBoiz closed 1 year ago
@KulBoiz I don't see a splash screen on your video.
@zoontek thanks for the quick reply, the splash screen is the white screen starting at the first of the video, let me change the icon so you can see it more clearly. Here's what happened with android 11: https://drive.google.com/file/d/1fljieK4ygnN6yJjvsBHmtuoH7zRfbxbF/view?usp=sharing and android 12: https://drive.google.com/file/d/1YWO2MB7s787m8pxJ4SVlplF4C3tao-cH/view?usp=sharing I think this bug happened with android 12 below
I cannot reproduce that. Please provide a reproduction project repository.
I created react native app by using https://github.com/infinitered/ignite, then I integrated [react-native-bootsplash]. You can try that, hope this help.
I clone my project so you can check again https://github.com/KulBoiz/boost-splash-test @zoontek
No issue at all on my side. Are you sure you just didn't forget to bind port 8081? (adb reverse tcp:8081 tcp:8081
) Causing the JS bundle load waiting for timeout in development.
https://user-images.githubusercontent.com/1902323/212656368-72b639f7-8f86-429a-921f-d845b99c7d6c.mov
Anyway, there is no library issue here.
Bug summary
I'm called RNBootSplash.hide(); function inside my App.ts file but on my android and it doesn't hide splash immediate https://drive.google.com/file/d/1_ok4feLdBYhiERQXu4L6WGiyggzoPSfZ/view?usp=sharing How can I hide the splash screen immediately?
Library version
^4.4.0
Environment info
Steps to reproduce
Reproducible sample code