first commit
This commit is contained in:
@@ -110,6 +110,11 @@ android {
|
||||
dependencies {
|
||||
// The version of react-native is set by the React Native Gradle Plugin
|
||||
implementation("com.facebook.react:react-android")
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
implementation project(':react-native-vector-icons')
|
||||
implementation project(':react-native-fs')
|
||||
>>>>>>> dabur-store-dna
|
||||
|
||||
if (hermesEnabled.toBoolean()) {
|
||||
implementation("com.facebook.react:hermes-android")
|
||||
@@ -117,3 +122,9 @@ dependencies {
|
||||
implementation jscFlavor
|
||||
}
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
apply from: file("../../node_modules/react-native-vector-icons/fonts.gradle")
|
||||
|
||||
>>>>>>> dabur-store-dna
|
||||
|
||||
Reference in New Issue
Block a user