This is an Expo project created with create-expo-app.
Get started
- Install dependencies
 
npm install- Start the app
 
npx expo start- Connect to Convex database
 
To connect with Convex, ensure the following environment variables are set in your project:
EXPO_PUBLIC_CONVEX_URL
CONVEX_DEPLOYMENTThen, run:
npx convex devAfter logging in, you will be connected to the database.
You can start developing by editing the files inside the app directory. This project uses file-based routing.