We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6bf202 commit 80e4bffCopy full SHA for 80e4bff
1 file changed
turbo.json
@@ -1,8 +1,10 @@
1
{
2
"$schema": "https://turbo.build/schema.json",
3
- "pipeline": {
+ "globalDependencies": [".nvmrc", ".yarnrc.yml"],
4
+ "globalEnv": ["NODE_ENV"],
5
+ "tasks": {
6
"build:android": {
- "env": ["ORG_GRADLE_PROJECT_newArchEnabled"],
7
+ "env": ["ANDROID_HOME", "ORG_GRADLE_PROJECT_newArchEnabled"],
8
"inputs": [
9
"package.json",
10
"android",
@@ -18,7 +20,11 @@
18
20
"outputs": []
19
21
},
22
"build:ios": {
- "env": ["RCT_NEW_ARCH_ENABLED"],
23
+ "env": [
24
+ "RCT_NEW_ARCH_ENABLED",
25
+ "RCT_USE_RN_DEP",
26
+ "RCT_USE_PREBUILT_RNCORE"
27
+ ],
28
29
30
"*.podspec",
0 commit comments