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

I've solved this problem on RN 0.60.5 and Xcode 11.0 beta 6 as follows $ npm i react-native-splash-screen --save $ cd ./ios $ pod update **You don't need to do...

Why My Andorid does not has a onCreate method inthe MainActivity?

i want animated splash screen i.e i want perform animations like rotate,fade animation on multiple images in launch_screen.xml. please help me

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

## Run `react-native info` in your project and share the content. ``` System: OS: macOS 11.4 CPU: (4) x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz Memory: 100.41 MB / 8.00...

If compoment has used socket io: import io from 'socket.io-client'; this.socket = io(url); I close app to background and reopen app after some minute, app will reload to first screen...

I'm facing the same issue https://github.com/crazycodeboy/react-native-splash-screen/issues/338#issue-389809278 @sergiulucaci's solution makes the app to start after some delay. [https://www.youtube.com/watch?v=rnLR65OGtic](url) i try this solution i can't apply my splash design because he is...

Native module SplashScreenModule tried to override SplashScreenModule for module name SlashScreen,If this was your intentiion,set canOverrideExistingModule=true I didn't find any duplicate funciton.

When I run my android project I get the error, launch_screen.png exists in the relevant folder. How can I fix the error? > \android\app\src\main\res\layout\launch_screen.xml:5: AAPT: error: resource drawable/launch_screen.png (aka com.rg.tc:drawable/launch_screen.png)...

I got this error after `react-native run-android` after update react-native and android sdk build tools with this error: ``` Execution failed for task ':app:processDebugManifest'. > Manifest merger failed : Attribute...