Socket
Socket
Sign inDemoInstall

@realm/expo-template-js

Package Overview
Dependencies
890
Maintainers
7
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @realm/expo-template-js

Expo Template Realm Js


Version published
Weekly downloads
11
increased by57.14%
Maintainers
7
Created
Weekly downloads
 

Readme

Source

Expo Template Realm JavaScript

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

🏃 How to build and run locally

  • Setup development Environment
  • Build/Run on iOS 🍎
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

FAQs

Last updated on 23 Dec 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc