Skip to content

Commit 7ea0e78

Browse files
committed
ci: enable prebuild for react-native
1 parent 4e5b9af commit 7ea0e78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-templates.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,13 @@ jobs:
249249
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
250250
with:
251251
xcode-version: ${{ env.XCODE_VERSION }}
252+
252253
- name: Install cocoapods
253254
if: env.ios_build == 1 && env.turbo_cache_hit_ios != 1
254255
working-directory: ${{ env.work_dir }}
256+
env:
257+
RCT_USE_RN_DEP: 1
258+
RCT_USE_PREBUILT_RNCORE: 1
255259
run: |
256260
cd example
257261
bundle install

0 commit comments

Comments
 (0)