在Flipper(v0.219.0)中使用React Native(v0.67.5),我在MacOS上的Flipper应用程序中遇到以下错误:
RSockets are being deprecated at Flipper. Please, use the latest Flipper client in your app to migrate to WebSockets. App: phs. Device: iPhone Simulator.
oymdgrw71#
我在this Github thread中找到了这个解决方案。
BTW: I've changed the FLIPPER_VERSION in gradle.properties to 0.138.0 and error disappears for now.
我更新了我的android/gradle.properties:
android/gradle.properties
FLIPPER_VERSION=0.219.0
现在错误消失了!
1条答案
按热度按时间oymdgrw71#
我在this Github thread中找到了这个解决方案。
我更新了我的
android/gradle.properties
:现在错误消失了!