Socket
Book a DemoInstallSign in
Socket

@realm/react-native-template

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@realm/react-native-template

Realm Template for React Native

latest
Source
npmnpm
Version
0.7.1
Version published
Maintainers
6
Created
Source

React Native Template Realm

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

🏃 How to build and run locally

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

💻 Start the Dev Client

npm start

💾 Testing changes to the template when developing

To test the template locally, run it like any other React Native app: npm i && npx pod-install then npm run ios.

🔀 Setting up sync

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

📝 Notes

FAQs

Package last updated on 20 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts