Expo TypeScript - Boilerplate

This is a boilerplate to start any RN App with TypeScript + Expo. If you feel comfortable with it, please use. And don't forget to submit your PR when you feel that something is missing 🙂

Requirements

Mandatory

  • node
  • expo

Not mandatory but "nice to have"

VsCode Plugins:

How to run:

  • cd expo-typescript-boilerplate
  • yarn or yarn install
  • To start:
    • yarn start: to start it with QrCode to scan
    • yarn start --android: to start it on android simulator
    • yarn start --ios: to start it on ios simulator
    • yarn start --web: to start it on browser