Skip to content

Commit 757316d

Browse files
committed
feat: enable iOS prebuilds on CI
1 parent a0b57e4 commit 757316d

File tree

1 file changed

+2
-0
lines changed
  • packages/create-react-native-library/templates/common/$.github/workflows

1 file changed

+2
-0
lines changed

packages/create-react-native-library/templates/common/$.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ jobs:
131131
env:
132132
XCODE_VERSION: 16.2
133133
TURBO_CACHE_DIR: .turbo/ios
134+
RCT_USE_RN_DEP: 1
135+
RCT_USE_PREBUILT_RNCORE: 1
134136

135137
steps:
136138
- name: Checkout

0 commit comments

Comments
 (0)