- Make sure that you install latest react native cli:
yarn global remove react-native-cli
andyarn global add @react-native-community/cli
. - Run
npx react-native init YourProjectName --template https://github.com/Navipro70/react-native-full-template.git
, replaceYourProjectName
with your name. - Run
yarn pods
andyarn ios
oryarn android
🎉🎉🎉
- After init don't forget to replace fonts at
/assets/fonts
with your real fonts, then run:npx react-native link
and delete previous fonts from ios and android folders. - Setup splash screen https://github.com/zoontek/react-native-bootsplash and don't forget about dark/light splash screens.