Skip to content

Commit 2bf67ab

Browse files
committed
Add expo prebuild step for iOS in Bitrise CI
Run `expo prebuild --platform ios --clean` after installing dependencies and before CocoaPods install to generate the native iOS project folder from the Expo-managed example app. https://claude.ai/code/session_016YgzHVKAPT5f6yEALTRuRv
1 parent dcfa71e commit 2bf67ab

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

bitrise.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ workflows:
2323
set -x
2424
npm install -g pnpm
2525
pnpm install
26+
- script@1:
27+
title: Expo Prebuild iOS
28+
inputs:
29+
- working_dir: example
30+
- content: |-
31+
#!/usr/bin/env bash
32+
set -e
33+
set -x
34+
pnpm expo prebuild --platform ios --clean
2635
- npm@3:
2736
inputs:
2837
- command: install -g detox-cli

0 commit comments

Comments
 (0)