Welcome to your Expo app 👋
This is an Expo project created with create-expo-app
.
Get started
-
Install dependencies
npm install 20.11.1
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
You can start developing by editing the files inside the app directory. This project uses file-based routing.
Learn more
To learn more about developing your project with Expo, look at the following resources:
Join the community
Join our community of developers creating universal apps.
Some notes from Ryan:
- Make sure to get the prettier and eslint extension in VS Code.
- These are set to warning so you may override them if they are bugging you
- I just used the default format settings
More notes from Ryan on how to run the app!
-Downlaod the Expo Go app on the App Store!!!
- After you run the npx expo start command press the letter [s] to go into "go" mode
- If you don't press [s] you will be stuck in build mode and your app will not launch
- We can switch to build mode if we actually need to deploy the app (high unlikely)
More notes from Ryan on pr's and merging:
- It's fine if you assign and approve your own pr's
- Just make sure that your pr passes the automated check by the expo bot before merging!!!!!