/Expo-TS-Starter

An Expo 33 boilerplate that uses TypeScript.

Primary LanguageJavaScript

Build Status Coverage Status Greenkeeper badge

Expo-TS-Starter

An Expo 33 boilerplate that uses TypeScript.

Pre-Requisites

  1. Make sure you have node.js installed locally
  2. Once you have node.js installed, add yarn to your global local directories with this command in terminal:
npm i -g yarn

Getting Started

  1. After you cloned this repo down to your local machine, start with installing dependencies by:
yarn install
  1. To start the application, use the command below to start Expo and choose to run on simulator or run the app through the Expo app on your device:
yarn start