rn-fetch-blob android setup

This commit is contained in:
João Ferreiro 2022-12-15 16:23:31 +00:00 committed by Paul Frazee
parent 723bad1a28
commit 19d5496bfc
2 changed files with 4 additions and 1 deletions

View file

@ -267,6 +267,8 @@ dependencies {
implementation "com.facebook.react:react-native:+" // From node_modules
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
implementation project(':rn-fetch-blob')
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
exclude group:'com.facebook.fbjni'