Skip to content

appstud/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