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