Skip to content

Minimum reproducible example for a bug found in @realm/react

Notifications You must be signed in to change notification settings

mvrahas/task-app-test

Repository files navigation

Expo Template Realm JavaScript

Supports Expo iOS Supports Expo Android

Simple Expo template to quickly get started with Realm.

🚀 How to use

If you haven't already, install the expo-cli:

npm install --global expo-cli
yarn global add expo-cli

Then use the following command to generate your template:

expo init MyAwesomeRealmApp --template @realm/expo-template-js

🏃 How to build and run locally

yarn ios
npm run ios
  • Build/Run on Android 🤖
yarn android
npm run android

💻 Start the Dev Client

expo start --dev-client
yarn start
npm run start

🔀 Setting up sync

See https://github.com/realm/realm-js/blob/master/templates/docs/sync-setup.md for instructions.

☁️ Build in the cloud

📝 Notes

About

Minimum reproducible example for a bug found in @realm/react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published