Skip to content

younisyousaf/todo-app-react-native

Repository files navigation

Welcome to Todo Expo app 👋

This is an Expo project created with create-expo-app.

Get started

  1. Install dependencies
npm install
  1. Start the app
npx expo start
  1. Connect to Convex database

To connect with Convex, ensure the following environment variables are set in your project:

EXPO_PUBLIC_CONVEX_URL
CONVEX_DEPLOYMENT

Then, run:

npx convex dev

After 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.

Releases

No releases published

Packages

No packages published