This is a sample mobile app that lets us practice setting up React Native apps for the first time. Since it has minimal dependencies and little functionality, we can avoid running into common issues and just focus on the basics: compiling and running the app.
- Clone this repo locally.
- Download Node.js
- Navigate to the repo in your terminal.
- Install expo globally with
npm i -g expo-cli
- In the repo, run
npm i
to install the required dependencies - Run the app with
yarn ios
- Download the expo client on your phone to test the application.