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:
committed by
Facebook GitHub Bot
parent
e545a50045
commit
03b231703b
@@ -81,9 +81,7 @@ dependencies {
|
||||
//noinspection GradleDynamicVersion
|
||||
implementation 'com.facebook.react:react-native:+' // From node_modules
|
||||
|
||||
implementation 'com.facebook.soloader:soloader:0.8.2'
|
||||
|
||||
implementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
|
||||
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
|
||||
exclude group:'com.facebook.fbjni'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user