Partial update RN to 0.68.3 for android build

This commit is contained in:
bl00dymarie
2024-01-16 16:09:19 +01:00
parent e24c69977c
commit 3193fa4f33
3 changed files with 176 additions and 122 deletions
+7
View File
@@ -3,3 +3,10 @@ rootProject.name = 'drip'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
includeBuild('../node_modules/react-native-gradle-plugin')
if (settings.hasProperty("newArchEnabled") && settings.newArchEnabled == "true") {
include(":ReactAndroid")
project(":ReactAndroid").projectDir = file('../node_modules/react-native/ReactAndroid')
}