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 194 react-native-splash-screen issues
Sort by recently updated
recently updated
newest added

I need to show a splash screen when my app state was changed to `inactive` or `background`, but unfortunately, it's not working. Anyone faced with this issue? --- react-native info...

App is working fine when we run it from xcode for the first time. After that if we close it in iPad and open it again it is crashed [In...

Is it possible to change the status bar color of the splashscreen?

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...

dependencies

The onCreate method does not exists in MainActivity.java and after creating it as described in documentation, the app wont open and crashes. What I'm using: "react-native": "0.66.4", "react-native-splash-screen": "^3.3.0", The...

i got this message after build and i got message that "Unforturnately, App has stopped" 03-03 12:01:27.800 3084-3084/com.thesis E/AndroidRuntime: FATAL EXCEPTION: main Process: com.thesis, PID: 3084 java.lang.RuntimeException: Unable to start...

* As mentioned in #559, Updated README for the new function definition for show ``` SplashScreen.show(this, R.style.SplashScreenTheme, true); ```

Hi, on iOS everything is working fine. But I have problems on Android. While launching the app I am checking if the app can access the GPS-position. If not, a...

`3.0.1` works on Android, but `3.0.6` causes an immediate crash. I can't even open the app, it just pops up the crash alert. Logs don't show anything useful, either: ```...

For anyone with this issue I spent a bit of time trying to figure out how to solve it. This library works well for me on ios and I didn't...