We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f8516 commit 973b80cCopy full SHA for 973b80c
.github/workflows/pr.yml
@@ -45,7 +45,7 @@ jobs:
45
java-version: '17'
46
check-latest: true
47
- name: Gulp (Android)
48
- run: npx gulp buildAndroidRNTA
+ run: npx gulp buildAndroid
49
working-directory: ./Package
50
env:
51
JAVA_HOME: ${{ env.JAVA_HOME_11_X64 }}
@@ -72,12 +72,12 @@ jobs:
72
- name: NPM Install (Playground)
73
run: npm install
74
working-directory: ./Apps/Playground
75
- - name: Build iOS Bundle
76
- run: npm run build:ios
77
- working-directory: ./Apps/Playground
+# - name: Build iOS Bundle
+# run: npm run build:ios
+# working-directory: ./Apps/Playground
78
79
- name: Gulp (iOS)
80
- run: npx gulp buildIOSRNTA
+ run: npx gulp buildIOS
81
82
83
- name: Cache XCFrameworks
0 commit comments