File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,12 +36,8 @@ concurrency:
3636
3737jobs :
3838 build :
39- name : Build Android Example App (${{ matrix.arch }})
39+ name : Build Android Example App
4040 runs-on : ubuntu-latest
41- strategy :
42- fail-fast : false
43- matrix :
44- arch : [new, old]
4541 steps :
4642 - uses : actions/checkout@v4
4743 - uses : actions/setup-node@v4
5450 - name : Generate Nitro bindings
5551 run : yarn codegen
5652
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
60-
6153 - name : Setup JDK 17
6254 uses : actions/setup-java@v5
6355 with :
Original file line number Diff line number Diff line change @@ -47,12 +47,8 @@ concurrency:
4747
4848jobs :
4949 build :
50- name : Build iOS Example App (${{ matrix.arch }})
50+ name : Build iOS Example App
5151 runs-on : macOS-15
52- strategy :
53- fail-fast : false
54- matrix :
55- arch : [new, old]
5652 steps :
5753 - uses : actions/checkout@v4
5854 - uses : actions/setup-node@v4
6965 - name : Generate Nitro bindings
7066 run : yarn codegen
7167
72- - name : Disable new architecture in Podfile
73- if : matrix.arch == 'old'
74- run : sed -i "" "s/ENV\['RCT_NEW_ARCH_ENABLED'\] = '1'/ENV['RCT_NEW_ARCH_ENABLED'] = '0'/g" example/ios/Podfile
75-
7668 - name : Setup Ruby (bundle)
7769 uses : ruby/setup-ruby@v1
7870 with :
You can’t perform that action at this time.
0 commit comments