Fix ReactNativeFlipperExample build

Summary: The React Native example project was broken for iOS. Fixed this by upgrading cocoapods locally, and bumping the Flipper version.

Reviewed By: passy, priteshrnandgaonkar

Differential Revision: D26777641

fbshipit-source-id: 889ff4f9de7c44240fe0a1b5d7d3c7c0b688d8ad
This commit is contained in:
Michel Weststrate
2021-03-03 04:59:24 -08:00
committed by Facebook GitHub Bot
parent fce723eaca
commit c1ce2fad90
4 changed files with 90 additions and 54 deletions

View File

@@ -16,7 +16,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.69.0' })
use_flipper!({ 'Flipper' => '0.78.0' })
post_install do |installer|
flipper_post_install(installer)
end