react-native-bootsplash icon indicating copy to clipboard operation
react-native-bootsplash copied to clipboard

🚀 Show a splash screen during app startup. Hide it when you are ready.

Results 15 react-native-bootsplash issues
Sort by recently updated
recently updated
newest added

# Summary I migrated to use Turbomodule, support new architecture ## Test Plan ### What's required for testing (prerequisites)? ### What are the steps to test it (after prerequisites)? ##...

Following the PR https://github.com/zoontek/react-native-bootsplash/pull/248 by @kuasha420 Web support will be included in v4, but still needs small adjustments.

### Bug summary This crash occurs when a Pixel user backgrounds the application before the splashscreen finishes & the `hide` method can be invoked. Initially I filed a crash report...

bug

Hi everyone 👋 @zoontek here, creator and maintainer of `react-native-{bootsplash / localize / permissions / bars / dev-menu}`. I'm opening this issue to prevent multiple ones from being created about...

pinned

### Why it is needed? I saw the new splash screen introduced in Android 12 and notices YouTube new animated splash I was wondering if you can make something like...

feature request

### Bug summary Hi, According to Firebase logs, my app is crashing when setOnExitAnimationListener called, on OPPO and RealMe devices with Android 9 and 10. I have tried on Samsung,...

bug

### Bug summary The background color of the splash screen stays in black on Android with night mode activated. ``` @color/bootsplash_background @mipmap/bootsplash_logo @style/AppTheme ``` Result in day mode: ![splash_green](https://user-images.githubusercontent.com/35684551/192231235-14e455fe-dc93-4861-8fd7-ea2073348acd.jpg) Result...

bug

### Before submitting a new issue - [X] I tested using the latest release of the library, as maybe the bug has been already fixed. - [X] I checked for...

bug

# Summary Fix for #552, have exposed a `deInit` method which needs to be called when the `onDestroy` of activity is called. ## Test Plan There is no larger impact,...

### Bug summary Hi 👋 This is not exactly a bug, the library works fine for me 🎉 But we just received a compatibility warning on Google Play Store, and...