Skip to content

gigsmart/flipper-plugin-relay-devtools

 
 

Repository files navigation

Flipper plugin for Relay devtools

Flipper plugin wrapper for relay-devtools.

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

About

Flipper plugin for Relay devtools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%