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

When starting the application, the default splash screen appears before the library splash. What `react-native-splash-screen` version are you using? 3.3.0 What platform does your issue occur on? (Android/iOS/Both) Android Describe...

React native version 0.59.1, ios Trying to use .show() method and it doesn't show anything at all. On ios only.

System: OS: macOS 12.3.1 CPU: (8) x64 Intel(R) Core(TM) i5-1038NG7 CPU @ 2.00GHz Memory: 37.91 MB / 16.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 18.0.0 - /usr/local/bin/node Yarn: 1.22.10...

Run `react-native info` in your project and share the content. What `react-native-splash-screen` version are you using? latest What platform does your issue occur on? (Android/iOS/Both) ios Describe your issue as...

日志捕获在SplashScreen.java:58行报错 java.lang.IllegalArgumentException: View=com.android.internal.policy.impl.PhoneWindow$DecorView{3edec30a V.E..... R....... 0,0-1080,1920} not attached to window manager at android.view.WindowManagerGlobal.findViewLocked(WindowManagerGlobal.java:399) at android.view.WindowManagerGlobal.removeView(WindowManagerGlobal.java:325) at android.view.WindowManagerImpl.removeViewImmediate(WindowManagerImpl.java:84) at android.app.Dialog.dismissDialog(Dialog.java:341) at android.app.Dialog.dismiss(Dialog.java:324) at com.cboy.rn.splashscreen.SplashScreen$2.run(SplashScreen.java:58) at android.os.Handler.handleCallback(Handler.java:815) at android.os.Handler.dispatchMessage(Handler.java:104) at android.os.Looper.loop(Looper.java:194) at...

Getting this error while compiling the application. ``` \android\app\build\intermediates\res\merged\debug\values\values.xml:1388: error: Error retrieving parent for item: No resource found that matches the given name 'SplashScreen_SplashTheme'. :app:processDebugResources FAILED FAILURE: Build failed with...

Information Exposure junit:junit is an unit testing framework for Java Affected versions of this package are vulnerable to Information Exposure. The JUnit4 test rule TemporaryFolder contains a local information disclosure...

This is not an issue, only a heads up, considering there are not new updates on this library and until we get the new README. I had some issues implementing...

React Native Environment Info: System: OS: macOS 10.14.6 CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz Memory: 1.23 GB / 16.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 12.9.1...

I was able to implement the new changes on Android Kotlin files and it was working fine, But I had an issue with iOS implementation. Splash screen is showing up...