I'm really excited about getting this to work, and feel like I've gotten most of it set up, but I must be missing something.
-
I've got flipper + react native working together, and I can use the React DevTools plugin as expected
-
I've added your plugin to my project, and have the following code running
if (__DEV__) {
import("react-native-flipper-relay-devtools").then((m) => m.addPlugin());
}
- When I load up the Relay DevTools plugin in flipper I see the following

Any idea what's going on there? If you've got a hunch I'm happy to dig in and fix something if need-be.
Thanks!