Build a real-time chat app with React Native and InstantDB
# Clone repo
git clone https://github.com/betomoedano/instant-realtime-chat
# Navigate into the project
cd instant-realtime-chat
# Install dependencies
npm install
npx instant-cli login
npx instant-cli init
instant.schema.ts that you can push to your app.
You may have already pushed this during init in the previous step. If you
answered 'no' to the prompt during init, or if you're unsure whether you pushed
the schema, you can push it now.npx instant-cli push
npm run start