https://github.com/realm/realm-flipper-plugin
A Flipper plugin to debug React Native applications using a Realm database.
https://github.com/realm/realm-flipper-plugin
flipper-plugin plugin react-native realm
Last synced: 6 months ago
JSON representation
A Flipper plugin to debug React Native applications using a Realm database.
- Host: GitHub
- URL: https://github.com/realm/realm-flipper-plugin
- Owner: realm
- License: apache-2.0
- Created: 2022-07-12T11:56:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T11:55:41.000Z (over 2 years ago)
- Last Synced: 2025-03-25T02:51:23.319Z (6 months ago)
- Topics: flipper-plugin, plugin, react-native, realm
- Language: TypeScript
- Homepage:
- Size: 4.01 MB
- Stars: 20
- Watchers: 13
- Forks: 5
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Realm Flipper Plugin
This is a plugin for [Flipper](https://fbflipper.com/) to inspect, modify and query Realm databases in [React Native](https://reactnative.dev/) apps.# 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](https://www.mongodb.com/docs/realm/realm-query-language/).
# Getting Started
To start using the Realm Flipper Plugin, follow our short [getting started guide](documentation/GettingStarted.md).# Documentation
- [Communication](documentation/Communication.md) between React Native app and the Flipper desktop application
- [Architecture](documentation/Architecture.md)# Code of Conduct
This project adheres to the [MongoDB Code of Conduct](https://www.mongodb.com/community-code-of-conduct). By participating, you are expected to uphold this code. Please report unacceptable behavior to [community-conduct@mongodb.com](mailto:community-conduct@mongodb.com).
# Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for more details!
# License
The [Realm Flipper plugin](flipper-plugin-realm/README.md) and the [Realm Flipper plugin for Device](realm-flipper-plugin-device/README.md) are published under the [Apache License 2.0](LICENSE).
# Feedback
**_If you use Realm and are happy with it, all we ask is that you please consider sending out a tweet mentioning [@realm](https://twitter.com/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!_**
![]()