diff --git a/packages/react-native/scripts/react-native-xcode.sh b/packages/react-native/scripts/react-native-xcode.sh index 77b99e157b1842..0e93b7ea6510cd 100755 --- a/packages/react-native/scripts/react-native-xcode.sh +++ b/packages/react-native/scripts/react-native-xcode.sh @@ -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" \