Installation
1. Add Database, Social & Mailgun Settings
2. Install Expo
npm install expo3. Download the Expo Mobile Client
4. Install Gravity Native
// standard (mysql2)
npm run setup
// mongo
npm run setup db:mongo
// postgres
npm run setup db:pg5. Install ngrok (optional)
6. Add Expo Project ID
Running Your App
Running in a Simulator
Last updated