We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d463ca4 commit 5504c7dCopy full SHA for 5504c7d
.github/workflows/build-secondary-platforms.yml
@@ -1,4 +1,4 @@
1
-name: React Native iOS SDK Build
+name: Secondary Platforms iOS Build
2
3
on: [pull_request]
4
@@ -42,7 +42,7 @@ jobs:
42
# - name: Verify carthage products
43
# run: ls 2>&1 | grep .framework.zip
44
45
- compile-extension:
+ build-react-native:
46
runs-on: macOS-13
47
defaults:
48
run:
@@ -53,6 +53,9 @@ jobs:
53
54
- name: Select Xcode
55
run: sudo xcode-select -s /Applications/Xcode_15.2.app
56
+
57
+ - name: Add React Native cli
58
+ run: yarn add -D @react-native-community/cli
59
60
- name: Update CocoaPods repo
61
run: pod repo update
RNExample/ios/.xcode.env.local
0 commit comments