react-native-splash-screen icon indicating copy to clipboard operation
react-native-splash-screen copied to clipboard

A splash screen for react-native, hide when application loaded ,it works on iOS and Android.

Results 171 react-native-splash-screen issues
Sort by recently updated
recently updated
newest added

Before i add react-native-splash-screen, my app run ok. When i add react-native-splash-screen, my app open splah screeen on native, and stop there, not go to react native first screen.

scaleType="centerCrop" cuts the bottom of my image, which is unsuitable for my application. Instead I would like to cut the top of the image, but [AFAIK](https://developer.android.com/reference/android/widget/ImageView.ScaleType) that requires a custom...

Just can't seem to get it right. I have `#ffffff` In my colors.xml to make the background white, but the icons are also white.

I am implementing a dark mode feature in my app, so how to create different splash in dark mode?

Not a bug, not an issue. We use this library for the current project. However, we need to set darkSplashScreen.png when user choose a dark mode and lightSplashScreen.png when user...

# Version App react: 16.9.0 react-native: 0.61.5 react-native-splash-screen: 3.2.0 Once the application starts and the splash screen is shown, the application freezes and it is not working then. And the...

I am using react-native-splash-screen version 3.2 . It show successfully but does not hide always show and don't load react native component screen. But I follow all the steps that...

FAILURE: Build failed with an exception. * Where: Build file '/Users/----/workspace/----/node_modules/react-native-splash-screen/android/build.gradle' line: 22 * What went wrong: A problem occurred evaluating project ':react-native-splash-screen'. > Could not find method implementation() for...

I want to show 'No Internet Page' whenever user goes to offline, I used Modal for that , but on mount of application, if user is offline modal shows up,...

I dont want to show status bar while showing splash screen in ios and android ! how to do it ?