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 87e955d commit c286ccaCopy full SHA for c286cca
2 files changed
.github/workflows/android-build.yml
@@ -51,6 +51,9 @@ jobs:
51
- name: Install dependencies (yarn)
52
run: yarn install --immutable
53
54
+ - name: Generate Nitro bindings
55
+ run: yarn codegen
56
+
57
- name: Disable new architecture in gradle.properties
58
if: matrix.arch == 'old'
59
run: sed -i "s/newArchEnabled=true/newArchEnabled=false/g" example/android/gradle.properties
.github/workflows/ios-build.yml
@@ -66,6 +66,9 @@ jobs:
66
67
68
69
70
71
72
- name: Disable new architecture in Podfile
73
74
run: sed -i "" "s/ENV\['RCT_NEW_ARCH_ENABLED'\] = '1'/ENV['RCT_NEW_ARCH_ENABLED'] = '0'/g" example/ios/Podfile
0 commit comments