Browse Source

include vector icons in android build

pull/8/head
Tim Glasgow 2 years ago
parent
commit
0d1c32e3a3
  1. 1
      squarenotsquare/android/app/build.gradle

1
squarenotsquare/android/app/build.gradle

@ -310,6 +310,7 @@ task copyDownloadableDepsToLibs(type: Copy) {
}
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
def isNewArchitectureEnabled() {
// To opt-in for the New Architecture, you can either:

Loading…
Cancel
Save