Skip to content

Commit 5245528

Browse files
committed
fix: change resolver option name (#79)
1 parent 9c0c84b commit 5245528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ fi
144144
--entry-file "$ENTRY_FILE" \
145145
--platform "$BUNDLE_PLATFORM" \
146146
--dev $DEV \
147-
--custom-resolver-options "platformExtension=visionos" \
147+
--resolver-option "platformExtension=visionos" \
148148
--reset-cache \
149149
--bundle-output "$BUNDLE_FILE" \
150150
--assets-dest "$DEST" \

0 commit comments

Comments
 (0)