younes200 / expo-electron-realm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expo Template Realm TypeScript

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-ts

πŸƒ 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


Languages

Language:TypeScript 65.2%Language:Objective-C 17.3%Language:JavaScript 10.5%Language:Ruby 6.2%Language:Swift 0.4%Language:C 0.4%