Skip to content

Commit 93c452a

Browse files
committed
fix: pass custom resolver options (#79)
1 parent 69fdbe3 commit 93c452a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-native/scripts/react-native-xcode.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ fi
144144
--entry-file "$ENTRY_FILE" \
145145
--platform "$BUNDLE_PLATFORM" \
146146
--dev $DEV \
147+
--resolver-option "platformExtension=visionos" \
147148
--reset-cache \
148149
--bundle-output "$BUNDLE_FILE" \
149150
--assets-dest "$DEST" \

0 commit comments

Comments
 (0)