Skip to content

Latest commit

 

History

History

README.md

React Native Example App

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.

Running the App

Install dependencies:

npm install

Set up a Convex dev deployment:

npx convex dev

Start the app:

npm start