Update react-native dependency @allow-large-files

Summary:
This should fix https://github.com/facebook/flipper/issues/1274

I had some cleaning up to do to get to this point.

Changelog:
Fix `react-native-flipper` dependency pulling in debug-only artifacts into release builds.

Reviewed By: mweststrate

Differential Revision: D22160304

fbshipit-source-id: 0ebc0ed942427f2966bccd721bf01aafa38ba400
This commit is contained in:
Pascal Hartig
2020-06-23 07:47:26 -07:00
committed by Facebook GitHub Bot
parent e545a50045
commit 03b231703b
4 changed files with 127 additions and 209 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.30.2
FLIPPER_VERSION=0.47.0