0.4.2 • Published 3 years ago
@realm/expo-template-js v0.4.2
Expo Template Realm JavaScript
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-cliyarn global add expo-cliThen use the following command to generate your template:
expo init MyAwesomeRealmApp --template @realm/expo-template-js🏃 How to build and run locally
- Setup development Environment
- Build/Run on iOS 🍎
yarn iosnpm run ios- Build/Run on Android 🤖
yarn androidnpm run android💻 Start the Dev Client
expo start --dev-clientyarn startnpm run start🔀 Setting up sync
See https://github.com/realm/realm-js/blob/master/templates/docs/sync-setup.md for instructions.