Simple Expo template to quickly get started with Realm.
Use the following command to generate your template:
npx create-expo-app MyAwesomeRealmApp --template @realm/expo-template
NOTE: 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
- 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.