RSockets are being deprecated at Flipper. Please, use the latest Flipper client in your app to migrate to WebSockets

1k views Asked by At

In Flipper (v0.219.0) using React Native (v0.67.5) I am getting the following error in my Flipper app on MacOS:

RSockets are being deprecated at Flipper. Please, use the latest Flipper client in your app to migrate to WebSockets. App: phs. Device: iPhone Simulator.
1

There are 1 answers

0
Ian On

I found this solution in this Github thread.

BTW: I've changed the FLIPPER_VERSION in gradle.properties to 0.138.0 and error disappears for now.

I updated my android/gradle.properties to:

FLIPPER_VERSION=0.219.0

And now the error is gone!