Menjalankan perintah: eas build --profile preview

### Issue: Harus ada SDK nya jika local
This commit is contained in:
2025-10-17 10:24:04 +08:00
parent 0770237fe5
commit b9f93ff46a
19 changed files with 125 additions and 3231 deletions

View File

@@ -12,21 +12,8 @@ buildscript {
}
}
def reactNativeAndroidDir = new File(
providers.exec {
workingDir(rootDir)
commandLine("node", "--print", "require.resolve('react-native/package.json')")
}.standardOutput.asText.get().trim(),
"../android"
)
allprojects {
repositories {
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url(reactNativeAndroidDir)
}
google()
mavenCentral()
maven { url 'https://www.jitpack.io' }