Skip to content

Commit

Permalink
fix: change resolver option name
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Jan 23, 2024
1 parent f956af5 commit ba8dbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/scripts/react-native-xcode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ fi
--entry-file "$ENTRY_FILE" \
--platform "$BUNDLE_PLATFORM" \
--dev $DEV \
--custom-resolver-options "platformExtension=visionos" \
----resolver-option "platformExtension=visionos" \
--reset-cache \
--bundle-output "$BUNDLE_FILE" \
--assets-dest "$DEST" \
Expand Down

0 comments on commit ba8dbf7

Please sign in to comment.