Skip to content

01022012/react-native-splashscreen-tutorial

 
 

Repository files navigation

Add a splash screen to a React Native app

React Native project

This is the final code for the Add a splash screen to a React Native app tutorial.

Setup

Checkout the project

Install dependencies

yarn install
cd ios && pod install && cd ..

Run the project

react-native run-ios

or

react-native run-android

Troubleshooting

There seems to be an issue with the debug keystore generation when running react-native run-android, if you get the error "Keystore file '/Project-Folder/android/app/debug.keystore' not found for signing config 'debug'" download the original keystore file from the official template and out it in android/app.
See this issue for more information.

About

Simple React Native app splash screen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 28.6%
  • JavaScript 26.0%
  • Java 16.4%
  • Ruby 15.9%
  • Python 13.1%