Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

realm-flipper-plugin-device

realm3.3kApache-2.01.1.0TypeScript support: included

Device code for interaction with the Realm Flipper Plugin

database, db, react, react-native, persistence, localstorage, sqlite, asyncstorage, rocksdb, leveldb, realm

readme

<picture> <source srcset="./logo-dark.svg" media="(prefers-color-scheme: dark)" alt="realm by MongoDB"> realm by MongoDB </picture>

Realm Flipper Plugin Device

Realm Flipper Plugin Device allows your React Native application to interact with our Realm Flipper Plugin.

Features

Live Objects: See objects in real time.

Schema Dependency Graph: View schemas and their relationships.

Make changes: Create, modify and delete objects.

Query: Query the database using RQL.

Getting Started

To start using the Realm Flipper Plugin, follow our short getting started guide.

Template Apps

Contributing

Code of Conduct

This project adheres to the MongoDB Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to community-conduct@mongodb.com.

License

Realm JS and Realm Core are published under the Apache License 2.0.

This product is not being made available to any person located in Cuba, Iran, North Korea, Sudan, Syria or the Crimea region, or to any other person that is not eligible to receive the product under U.S. law.

Feedback

If you use Realm and are happy with it, all we ask is that you please consider sending out a tweet mentioning @realm to share your thoughts

And if you don't like it, please let us know what you would like improved, so we can fix it!

changelog

v1.1.0

This version brings a number of major changes to plugin's functionality, improving the ability to display more complex types of Realm objects. Please make sure to update your realm-flipper-plugin to the new version as well to ensure compatibility.

Enhancements

  • Referenced objects are now lazy-loaded. By default, they will display their object key and type (just for internal reference) and their actual values can be seen when they are inspected. This brings performance improvements when loading many objects with references as well as better support for circular and deeply nested references.
  • Embedded object support.

Fixed

  • Plugin component crashing when trying to display embedded objects.

Compatibility

  • realm >= v11
  • realm-flipper-plugin >= v1.1.0