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

This will eventually be used by TurboModules annotation processor.

This PR fully works with the latest RN version. I can update more things/example if this gets merged/I'm I could get rights to maintain this library.

This commit fixes show function, which does not bring back splash screen in iOS.

## 中文: 1. 安卓平台当SDK小于27且系统版本为8.0.0时,并同时设置了android:screenOrientation="portrait"和true时,App将不能正常打开,我认为应该告知开发者,避免其他开发者遇到这个问题。 2. 请更新英文文档。 ## English: 1. When the SDK is less than 27 and the system version is 8.0.0 on the Android platform, and the android: screenOrientation...

This pull request adds support for running `react-native-splash-screen` with `react-native-windows`. It also updates the example to the latest `react-native` 0.63 and adds an Windows example.