We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8447682 commit 4f5147cCopy full SHA for 4f5147c
.github/workflows/check-visionos.yml
@@ -43,6 +43,8 @@ jobs:
43
- run: npm run build
44
# Bootstrap host package to get weak-node-api and ferric-example with visionOS support
45
- run: npm run bootstrap --workspace react-native-node-api
46
+ env:
47
+ CMAKE_RN_TRIPLETS: aarch64-apple-visionos,aarch64-apple-visionos-sim
48
- name: Configure Cargo for visionOS tier 3 targets with build-std
49
run: |
50
# Create cargo config for build-std support (tier 3 visionOS targets)
0 commit comments