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

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

**react-native-splash-screen version: ^3.3.0** I tried to use the command: `SplashScreen.show(this, R.style.SplashScreenTheme);`, to color the statusbar but it is not recognized. If I just use SplashScreen.show(this); it works everything normally, so...

https://github.com/crazycodeboy/react-native-splash-screen/blob/b47197626804a742b8569cad50d5e0ed92fc765c/android/src/main/java/org/devio/rn/splashscreen/SplashScreen.java#L25 Those new code will replace the old Show(Activity activity, int themeResId) which will possibly causes bug after upgrading to 3.3.0 [example](https://github.com/crazycodeboy/react-native-splash-screen/issues/556) Maybe it would be better to create a...

Hello. We are simply trying to figure out how to change the background color of the soft keys/navigation bar at the bottom of some android phones (the virtual back button/home/app...

> 这可能是因为我的 gradle 版本低的问题导致的,下面是我搜到的解决办法 ## Solution 1 > for `./gradlew installRelease` Try code on your module `android/app/build.gradle`: ``` android { // ... aaptOptions.cruncherEnabled = false aaptOptions.useNewCruncher = false // ......

Run `react-native info` in your project and share the content. System: OS: Windows 10 10.0.19042 CPU: (8) x64 Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz Memory: 1.40 GB / 15.84 GB...

hi i can remove this error.... Sorry for poor english...! change all **bundle.gradle** files goto your project and then **node_modules** then goto where module you installed ex**.react-native-splash-screen**.Find and open build.gradle...

``` Binaries: Node: 14.16.1 Yarn: 1.22.11 npm: 6.14.12 Languages: Java: 15.0.2 npmPackages: react: 17.0.2 => 17.0.2 react-native: 0.66.4 => 0.66.4 ``` **What `react-native-splash-screen` version are you using?** 3.3.0 **What platform...

compileSdkVersion = 30 buildToolsVersion = "30.0.3" minSdkVersion = 23 targetSdkVersion = 30 ndkVersion = "20.1.5948944" System: OS: macOS 11.4 CPU: (4) x64 Intel(R) Core(TM) i5-5350U CPU @ 1.80GHz Memory: 27.45...

1. Modify 'Header Search Path' for native iOS app to integrate react-native-splash-screen from react-native package.json. 2. Modify gitignore.