https://github.com/th3rdwave/flipper-plugin-relay-devtools
Flipper plugin for Relay devtools
https://github.com/th3rdwave/flipper-plugin-relay-devtools
devtools flipper react-native relay
Last synced: about 1 year ago
JSON representation
Flipper plugin for Relay devtools
- Host: GitHub
- URL: https://github.com/th3rdwave/flipper-plugin-relay-devtools
- Owner: th3rdwave
- License: mit
- Created: 2020-02-09T06:09:40.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T06:47:48.000Z (over 4 years ago)
- Last Synced: 2025-03-18T13:11:38.888Z (about 1 year ago)
- Topics: devtools, flipper, react-native, relay
- Language: TypeScript
- Homepage:
- Size: 2.76 MB
- Stars: 30
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flipper plugin for Relay devtools
Flipper plugin wrapper for [relay-devtools](https://github.com/relayjs/relay-devtools).

Note that this uses the new version of relay devtools that is still under development and incomplete.
## Installation
```
npm install react-native-flipper-relay-devtools react-native-flipper
```
Make sure `react-native-flipper` is installed properly if not using autolinking.
### Flipper desktop app
Manage Plugins -> Install Plugins -> Search for `flipper-plugin-relay-devtools`
### JavaScript
Register the flipper plugin and connect to relay devtools.
```js
if (__DEV__) {
require('react-native-flipper-relay-devtools').addPlugin();
}
```
## Troubleshooting
### Android
You might need to run `adb reverse tcp:8098 tcp:8098`