flipper
flipper copied to clipboard
RN app spams log with Flipper connection messages when Flipper Desktop isn't connected
Issue
Whenever I run RN code locally for development with flipper enabled in the podfile, the app tries to connect to Flipper Desktop. But when Flipper Desktop isn't running, the RN app spams the RN logs in Xcode:
flipper: Desktop failed to provide certificates. Error from flipper desktop:
rsocket::StreamInterruptedException: connection error
Ideally the code would simply log that it attempted to connect to Flipper and couldn't, without sending this every second or two.
Please let me know if this has been fixed in a newer RN version, or if there's a workaround that still lets you keep flipper active in the podfile. Thanks!
To Reproduce
Build and run a RN app without Flipper Desktop running.
Environment
ipados: 16 react-native: 0.71.7 flipper desktop: doesn't matter since this occurs without Flipper desktop connecting
+1