React Native project
This is the final code for the Add a splash screen to a React Native app tutorial.
Checkout the project
Install dependencies
yarn install
cd ios && pod install && cd ..
Run the project
react-native run-ios
or
react-native run-android
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.