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:
committed by
Facebook GitHub Bot
parent
fce723eaca
commit
c1ce2fad90
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user