Simple Expo template to quickly get started with Realm.
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
- Setup development Environment
- Build/Run on iOS 🍎
yarn ios
npm run ios
- Build/Run on Android 🤖
yarn android
npm run android
expo start --dev-client
yarn start
npm run start
See https://github.com/realm/realm-js/blob/master/templates/docs/sync-setup.md for instructions.