feat: RN 0.73 support
Adds `namespace` prop which is required by Gradle 8 (dep. of RN 0.73)
This commit is contained in:
parent
3bd032b720
commit
7e5bc488c7
@ -17,6 +17,7 @@ def configStringPath = (
|
||||
).md5()
|
||||
|
||||
android {
|
||||
namespace 'com.brentvatne.react'
|
||||
compileSdkVersion safeExtGet('compileSdkVersion', 31)
|
||||
buildToolsVersion safeExtGet('buildToolsVersion', '30.0.2')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user