Downgraded FlipperKit version as 0.82.1 pods don't seem to be published
Summary: Per title. Should unfail failing GH actions Reviewed By: muraziz Differential Revision: D27393865 fbshipit-source-id: 888cfda2361c3be3f36c4d6418bbe31cde3f81c6
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d13d8edf23
commit
5e439730db
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user