diff --git a/android/app/build.gradle b/android/app/build.gradle index 2828061f..65616522 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -83,6 +83,10 @@ def reactNativeArchitectures() { android { + androidResources { + noCompress += ["bundle"] + } + ndkVersion rootProject.ext.ndkVersion buildToolsVersion rootProject.ext.buildToolsVersion compileSdk rootProject.ext.compileSdkVersion @@ -136,4 +140,4 @@ dependencies { } } -apply from: "../../node_modules/react-native-vector-icons/fonts.gradle" \ No newline at end of file +apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"