Closed anwersolangi closed 1 year ago
@anwersolangi Hi! This seems anormal indeed, but I cannot reproduce such delay.
What do you do before calling BootSplash.hide()
?
Also: please consider asking elsewhere, like on StackOverflow. This is not a declared issue with the library, you ask for free support here 😕
Bug summary
Hello guys, after using this library, my app takes time to launch for the first time, and also after submitting the releasing version on the play store, I'm getting Pre-Launch report as:
Your app took 22,761ms to launch for the first time.
I also noticed the same on the iOS too, here is my configuration: My MainActivity.java file:My AndroidMainfest.file:
My styles.xml file:
Also I added this in my build.gradle file: implementation "androidx.core:core-splashscreen:1.0.0"
My App.js:
I followed the documentation thoroughly, and also installed in a new version, and still getting this error.
Library version
^4.4.0
Environment info
Steps to reproduce
npx react-native init AwesomeProject
npm install --save react-native-bootsplash
Reproducible sample code