feat: RN 0.73 support

Adds `namespace` prop which is required by Gradle 8 (dep. of RN 0.73)
This commit is contained in:
Marc Rousavy 2023-07-03 22:12:44 +02:00 committed by GitHub
parent 3bd032b720
commit 7e5bc488c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ def configStringPath = (
).md5()
android {
namespace 'com.brentvatne.react'
compileSdkVersion safeExtGet('compileSdkVersion', 31)
buildToolsVersion safeExtGet('buildToolsVersion', '30.0.2')