【发布时间】:2021-12-19 11:13:38
【问题描述】:
【问题讨论】:
标签: android react-native flipper
【问题讨论】:
标签: android react-native flipper
确保您运行的是最新版本的 Flipper(截至本消息为 0.120.0),然后:
对于安卓:
android/gradle.properties 中添加FLIPPER_VERSION 变量,例如:FLIPPER_VERSION=0.120.0。./gradlew clean。对于 iOS:
ios/Podfile 中的特定版本调用use_flipper,例如:use_flipper!({ 'Flipper' => '0.120.0' })。参考:https://fbflipper.com/docs/getting-started/react-native/#using-the-latest-flipper-sdk
【讨论】: