We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8cb74a commit 369bd51Copy full SHA for 369bd51
packages/rn-tester/metro.config.js
@@ -38,7 +38,7 @@ const config = {
38
'react-native': path.resolve(__dirname, '../react-native'),
39
},
40
resolveRequest: getPlatformResolver({
41
- platformNameMap: [{visionos: '@callstack/react-native-vision'}],
+ platformNameMap: [{visionos: '@callstack/react-native-visionos'}],
42
}),
43
44
};
0 commit comments