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 ca1bbdf commit 78fdf42Copy full SHA for 78fdf42
2 files changed
.github/workflows/android-build.yml
@@ -49,6 +49,10 @@ jobs:
49
- name: Install dependencies (bun)
50
run: bun install
51
52
+ - name: Generate Nitro modules (codegen)
53
+ run: |
54
+ npm run codegen
55
+
56
- name: Disable new architecture in gradle.properties
57
if: matrix.arch == 'old'
58
run: sed -i "s/newArchEnabled=true/newArchEnabled=false/g" example/android/gradle.properties
.github/workflows/ios-build.yml
@@ -64,6 +64,10 @@ jobs:
64
65
66
67
68
69
70
71
- name: Disable new architecture in Podfile
72
73
run: sed -i "" "s/ENV\['RCT_NEW_ARCH_ENABLED'\] = '1'/ENV['RCT_NEW_ARCH_ENABLED'] = '0'/g" example/ios/Podfile
0 commit comments