This is an Expo project created with create-expo-app.
-
cd DIVVY
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses [file-based routing] -> https://docs.expo.dev/develop/file-based-routing/
Reference the /app-example directory when you need it, it's an example of a React Native app.
Maybe some helpful notes:
- File-based routing: The example app has 2 screens, Home (/app-example/app/(tabs)/index.tsx) and Explore (/app-example/app/(tabs)/explore.tsx).
- _layout.tsx defines shared UI elements such as headers, tab bars so that they persist between different routes