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

iOS import error, is the old example!

This pull request updates the HEADER_SEARCH_PATHS Xcode build setting to include the Cocoapods headers path.

Is this supposed to by styles.xml, not colors.xml?

`AndroidX` is the replacement for Google Support Libraries. Android P is the transition phase for this. The next version of Android is likely to support only AndroidX. This library fails...

Used implementation instead of compile as it was deprecated.

Add this animation to match the default iOS splash screen behaviour.

- Makes it possible to dynamically show/hide the splashscreen on iOS like you can on Android. Currently, you cannot show/hide more than once on iOS. - Adds enter animations when...