How do I use Flipper with Renative?
How do I use Flipper with Renative? There is no mention of it in the docs and Renative obscures the setup in the official documentation: https://fbflipper.com/docs/getting-started/react-native-android/
I am using Renative version 0.35.4
Edit: My notes below apply to AppleTV. I have not tried flipper for iOS Mobile.
I think we will need the react-native-tvos engine to add the support. I think the maintainer of that repo has tried pretty hard to get it set up for us there.
https://github.com/react-native-tvos/react-native-tvos/issues/293
We'll have to create a plugin for it, since it needs native code injections. It would need something similar to this
Thanks for the reply @mihaiblaga89, I think this would be a huge enhancement to Renative.