I have a react native app using react-native@0.71.7 and I am having a heck of a time getting redux-flipper working. Part of the instructions are to explicitly include the react-native-flipper dependency. I don't mind this as I can follow the instructions to use the latest flipper sdk, rather than the older version that ships with react-native.
However that causes an error in the build for android.
Could not find com.facebook.flipper:flipper-fresco-plugin:0.190.0
I can't seem to figure out how to upgrade flipper unless I downgrade to a previous version. (I got 0.177.0 working).