Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

Flipper plugin for Relay devtools

Awesome Lists containing this project

README

        

# Flipper plugin for Relay devtools

Flipper plugin wrapper for [relay-devtools](https://github.com/relayjs/relay-devtools).

![](https://i.imgur.com/BlLx5af.png)

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`