An Expo 33 boilerplate that uses TypeScript.
- Make sure you have node.js installed locally
- Once you have node.js installed, add yarn to your global local directories with this command in terminal:
npm i -g yarn
- After you cloned this repo down to your local machine, start with installing dependencies by:
yarn install
- 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