# React Native Example App
This example demonstrates how to use Convex with React Native.
This app is a messages app built using [Expo](https://expo.dev/) following the
[React Native Convex quickstart](https://docs.convex.dev/quickstart/react-native).
## Running the App
Run:
```
npm install
npm start
```