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

react: 16.6.3 => 16.6.3 react-native: 0.58.6 => 0.58.6 on newest version: 2.3.0 Android only When following the instructions, I get a good working result on iOS. On android, there is...

Result from `react-native info` System: OS: macOS 13.2.1 CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz Memory: 2.36 GB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.15.1...

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

It works on ios but doesnt work on android This is my MainActivity.java file package com.myproject; import android.os.Bundle; import com.facebook.react.ReactActivity; import com.facebook.react.ReactActivityDelegate; import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint; import com.facebook.react.defaults.DefaultReactActivityDelegate; import org.devio.rn.splashscreen.SplashScreen; public class...

Hi all. I would like to report you about a serious issue that breaks the safety flow when dealing with deep links. My React-Native version 0.71.8 Flow to reproduce. 1....

As In rn-0.72.0, The MainActicity.java has Some structural Changes there for we do not have a protected override method available ``` @Override protected void onCreate(Bundle savedInstanceState) { SplashScreen.show(this); // here...

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

I am trying to use this package on my "react-native": "0.71.7" application, however I am unable to install on both platforms. I am using latest version of the package which...

App crash on less than android version 9. On version 9 and above version 9 it's working. Please guide

I installed react-native-splash-screen and correctly setup everything but my logo image is shown streched and offscreen (appears too big). https://i.imgur.com/oe6taN4.jpg I used App Icon Generator website and placed the generated...