0.4.2 • Published 1 year ago

@realm/react-native-template-js v0.4.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

React Native Template Realm JavaScript

Usage

Simple React Native template to quickly get started with Realm.

This app implements a simple todo list, using Realm for persistence and the Realm React hooks for React integration. It supports sync, allowing users to login and sync their todo lists across multiple devices.

🚀 How to use

npx react-native init AwesomeRealmProject --template @realm/react-native-template-js

🏃 How to build and run locally

npm run ios
  • Build/Run on Android 🤖
npm run android

💻 Start the Dev Client

npm start

🔀 Setting up sync

See https://github.com/realm/realm-js/blob/master/templates/docs/sync-setup.md for instructions.

📝 Notes