React Native TypeScript Starter with Flavors ❤️

A React Native boilerplate project using Typescript and React Navigation.

Run Locally

Clone the project

  git clone https://github.com/girish54321/react-native-typescript-starter.git

Go to the project directory

  cd react-native-starter

Install dependencies

  yarn

On Android DEV

  yarn android_dev_debug

On Android Staging

  yarn android_staging_debug

On Android PROD

  yarn android_prod_debug

On iOS or use XCode

  cd ios && pod install && cd .. && yarn run ios11

FAQ

How to change ios simulator

Go to package.json file add you favorite ❤️ simulator

Tech Stack

React, React native, Redux

GitHub

View Github