diff --git a/react-native/ReactNativeFlipperExample/ios/Podfile b/react-native/ReactNativeFlipperExample/ios/Podfile index 3c6291721..3a884b50f 100644 --- a/react-native/ReactNativeFlipperExample/ios/Podfile +++ b/react-native/ReactNativeFlipperExample/ios/Podfile @@ -19,7 +19,7 @@ target 'ReactNativeFlipperExample' do # # Note that if you have use_frameworks! enabled, Flipper will not work and # you should disable these next few lines. - use_flipper!({ 'Flipper' => '0.82.1' }) + use_flipper!({ 'Flipper' => '0.82.0' }) post_install do |installer| flipper_post_install(installer) # based on https://stackoverflow.com/a/37289688/1983583