File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 4949 - name : Install dependencies (bun)
5050 run : bun install
5151
52+ - name : Generate Nitro modules (codegen)
53+ run : |
54+ npm run codegen
55+
5256 - name : Disable new architecture in gradle.properties
5357 if : matrix.arch == 'old'
5458 run : sed -i "s/newArchEnabled=true/newArchEnabled=false/g" example/android/gradle.properties
Original file line number Diff line number Diff line change 6464 - name : Install dependencies (bun)
6565 run : bun install
6666
67+ - name : Generate Nitro modules (codegen)
68+ run : |
69+ npm run codegen
70+
6771 - name : Disable new architecture in Podfile
6872 if : matrix.arch == 'old'
6973 run : sed -i "" "s/ENV\['RCT_NEW_ARCH_ENABLED'\] = '1'/ENV['RCT_NEW_ARCH_ENABLED'] = '0'/g" example/ios/Podfile
You can’t perform that action at this time.
0 commit comments