From 571221116f22c310e3e4e3ea529bab5de65748f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwa=C5=9Bniewski?= Date: Tue, 23 Jan 2024 13:56:52 +0100 Subject: [PATCH] fix: pass custom resolver options (#79) --- packages/react-native/scripts/react-native-xcode.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-native/scripts/react-native-xcode.sh b/packages/react-native/scripts/react-native-xcode.sh index d6c382bcea1849..8e1aad0378e773 100755 --- a/packages/react-native/scripts/react-native-xcode.sh +++ b/packages/react-native/scripts/react-native-xcode.sh @@ -144,6 +144,7 @@ fi --entry-file "$ENTRY_FILE" \ --platform "$BUNDLE_PLATFORM" \ --dev $DEV \ + --resolver-option "platformExtension=visionos" \ --reset-cache \ --bundle-output "$BUNDLE_FILE" \ --assets-dest "$DEST" \