From 7e5bc488c7b658df5e4d5191c577383dadb2ad33 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 3 Jul 2023 22:12:44 +0200 Subject: [PATCH] feat: RN 0.73 support Adds `namespace` prop which is required by Gradle 8 (dep. of RN 0.73) --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index 0c3969c9ca..de702f92ed 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -17,6 +17,7 @@ def configStringPath = ( ).md5() android { + namespace 'com.brentvatne.react' compileSdkVersion safeExtGet('compileSdkVersion', 31) buildToolsVersion safeExtGet('buildToolsVersion', '30.0.2')