Downgrade native deps of ReactNativeFlipper example since publishing failed
Summary: 0.86 was released, but publishing ios / android assets failed, so temporarily bumping those back to 0.85 to unblock public CI Reviewed By: passy Differential Revision: D27947147 fbshipit-source-id: 60a50b4902ec28d48adac35b0677610cdcd18b00
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0dd32ce3bb
commit
1365265369
@@ -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.86.0' })
|
||||
use_flipper!({ 'Flipper' => '0.85.0' })
|
||||
post_install do |installer|
|
||||
flipper_post_install(installer)
|
||||
# based on https://stackoverflow.com/a/37289688/1983583
|
||||
|
||||
Reference in New Issue
Block a user