We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/get-convex/convex-backend'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•410 B
# 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
Install dependencies:
```
npm install
```
Set up a Convex dev deployment:
```
npx convex dev
```
Start the app:
```
npm start
```