0.7.0 • Published 2 years ago
@realm/expo-template v0.7.0
Expo Template Realm TypeScript
Simple Expo template to quickly get started with Realm.
🚀 How to use
Use the following command to generate your template:
npx create-expo-app MyAwesomeRealmApp --template @realm/expo-templateNOTE: version of npm before v9 may cause problems when initializing the template. If the initialization fails, please upgrade to the latest npm and try again.
npm install -g npm🏃 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.