Fix React Native build (#2271)
Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/2271
Fix react native OSS build. As discussed a couple of weeks ago, we can bump deps, but cannot bump lock files during release, as artifacts are then not yet available.
We backed out from these bumps before D27764997 (98c3913b62), but that didn't seem to be sufficient. Filed T90301619 as follow up
Reviewed By: priteshrnandgaonkar
Differential Revision: D28255272
fbshipit-source-id: ee4d5b158a653c78f73b46c9ca695cfced315e56
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5a69213dc3
commit
fcab54a76d
@@ -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.88.0' })
|
||||
use_flipper!({ 'Flipper' => '0.87.0' })
|
||||
post_install do |installer|
|
||||
flipper_post_install(installer)
|
||||
# based on https://stackoverflow.com/a/37289688/1983583
|
||||
|
||||
Reference in New Issue
Block a user