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:
Michel Weststrate
2021-04-23 05:06:17 -07:00
committed by Facebook GitHub Bot
parent 0dd32ce3bb
commit 1365265369
4 changed files with 8 additions and 8 deletions

View File

@@ -30,4 +30,4 @@ android.useAndroidX=true
android.enableJetifier=true
# Version of flipper SDK to use with React Native
FLIPPER_VERSION=0.86.0
FLIPPER_VERSION=0.85.0

View File

@@ -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

View File

@@ -279,7 +279,7 @@ PODS:
- React-jsi (= 0.64.0)
- React-perflogger (= 0.64.0)
- React-jsinspector (0.64.0)
- react-native-flipper (0.85.0):
- react-native-flipper (0.86.0):
- React-Core
- React-perflogger (0.64.0)
- React-RCTActionSheet (0.64.0):
@@ -508,7 +508,7 @@ SPEC CHECKSUMS:
React-jsi: 74341196d9547cbcbcfa4b3bbbf03af56431d5a1
React-jsiexecutor: 06a9c77b56902ae7ffcdd7a4905f664adc5d237b
React-jsinspector: 0ae35a37b20d5e031eb020a69cc5afdbd6406301
react-native-flipper: 62f8752bd6a1fec5eaa1cfd0724a888566799554
react-native-flipper: d3d2f95926f5059ec268d59921c218adaa821eb5
React-perflogger: 9c547d8f06b9bf00cb447f2b75e8d7f19b7e02af
React-RCTActionSheet: 3080b6e12e0e1a5b313c8c0050699b5c794a1b11
React-RCTAnimation: 3f96f21a497ae7dabf4d2f150ee43f906aaf516f

View File

@@ -4990,10 +4990,10 @@ react-native-codegen@^0.0.6:
jscodeshift "^0.11.0"
nullthrows "^1.1.1"
react-native-flipper@^0.85.0:
version "0.85.0"
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.85.0.tgz#c5e682203e706d0a3a1b037ba4e6c417804ea8f2"
integrity sha512-a+LcJwhgN6Q298wYfXBKzT3Bx0Kp1aTFOoPT9XHWWE7g9tP4zoeFu6lHNW1rOdqp+wQ2/SlV5+RixZ0i4NKx5w==
react-native-flipper@^0.86.0:
version "0.86.0"
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.86.0.tgz#625a1d6cbb3683eb9baab95c339a83f8618fc746"
integrity sha512-NnaqSL3sRF/29SMgUYEesduTdNd/DCPdhw+CcvTBY2RanfdSmZ4ol/uwNUJHnNsLoIJz5v4jigmv1dICQTSpiw==
react-native@^0.64.0:
version "0.64.0"