1.2.0 • Published 3 years ago

flipper-plugin-relay-devtools v1.2.0

Weekly downloads
1,158
License
MIT
Repository
github
Last release
3 years ago

Flipper plugin for Relay devtools

Flipper plugin wrapper for relay-devtools.

npm.io

Note that this uses the new version of relay devtools that is still under development and incomplete.

Installation

npm install flipper-plugin-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.

if (__DEV__) {
  import('flipper-plugin-relay-devtools/client').then(m => m.addPlugin());
}

Troubleshooting

Android

You might need to run adb reverse tcp:8098 tcp:8098

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago