Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 886 Bytes

File metadata and controls

30 lines (25 loc) · 886 Bytes

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.