Socket
Socket
Sign inDemoInstall

@realm/expo-template-js

Package Overview
Dependencies
9
Maintainers
6
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
10
increased by150%
Maintainers
6
Created
Weekly downloads
 

Readme

Source

Expo Template Realm JavaScript

Supports Expo iOS Supports Expo Android

Simple Expo template to quickly get started with Realm and Realm types.

🚀 How to use

`npx create-react-native-app MyAwesomeRealmApp -t https://github.com/realm/realm-js --template-path packages/expo-template-js

  • Run expo start --dev-client, try it out.

🏗 Build with EAS

You can easily use this project with EAS - just follow the steps below.

⚙️ Prepare project

  • adjust value of ios.bundleIdentifier and android.package in app.json
  • run eas build:configure

💪 Build whatever you want

This example comes with two pre-configured build types: release (a production version of your app - ready to be uploaded to stores), with-dev-client (a development version of your app that can be shared with your teammates).

To build the app with the dev client, just run eas build --profile with-dev-client.

Note: the with-dev-client uses the internal distribution on iOS. That's why, you need to add your device to be able to install the built app. To do it, you can use eas device:create.

For more information about EAS, check out documentation.

📝 Notes

FAQs

Last updated on 22 Dec 2021

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