This example demonstrates how to use Convex with React Native.
This app is a messages app built using Expo following the React Native Convex quickstart.
Install dependencies:
npm install
Set up a Convex dev deployment:
npx convex dev
Start the app:
npm start