|
|
@ -275,7 +275,9 @@ dependencies { |
|
|
|
implementation "com.facebook.react:react-native:+" // From node_modules |
|
|
|
implementation "com.facebook.react:react-native:+" // From node_modules |
|
|
|
|
|
|
|
|
|
|
|
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0" |
|
|
|
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implementation project(':@react-native-mapbox-gl_maps') |
|
|
|
|
|
|
|
|
|
|
|
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") { |
|
|
|
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") { |
|
|
|
exclude group:'com.facebook.fbjni' |
|
|
|
exclude group:'com.facebook.fbjni' |
|
|
|
} |
|
|
|
} |
|
|
|