Skip to content

Latest commit

 

History

History
116 lines (66 loc) · 2.17 KB

README.md

File metadata and controls

116 lines (66 loc) · 2.17 KB

React Native Stater Kit

Typed with TypeScript Eslint code style: prettier

Fully featured kit to jump right into doing what you love.


👋 Intro

The project is super helpful to kick-start your next project, as it provides a lot of the common tools you may reach for, all ready to go. Specifically:


🚀 Getting Started

Scripts

  • run Android:

yarn android

  • run iOS:

yarn ios

  • set environments (production/staging/etc), change related configurations (default is production):

yarn env production
yarn env staging

  • update app version, for example 1.4:

yarn update-ver <latest-version>

  • update app build number, for example 5 (should be ran by Github Actions):

yarn update-build <latest-build-number>

  • validate source code

yarn validate

  • get SHA1 of keystores

yarn android-signing

Update app icons & splash screens

  • install ImageMagick

brew install imagemagick

  • update src/assets/images/app-icon-1024.png

  • run


yarn update-icons

Sign in with Firebase

Follow rnfirebase