Skip to content

Commit 369bd51

Browse files
committed
fix visionos typo
1 parent a8cb74a commit 369bd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rn-tester/metro.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const config = {
3838
'react-native': path.resolve(__dirname, '../react-native'),
3939
},
4040
resolveRequest: getPlatformResolver({
41-
platformNameMap: [{visionos: '@callstack/react-native-vision'}],
41+
platformNameMap: [{visionos: '@callstack/react-native-visionos'}],
4242
}),
4343
},
4444
};

0 commit comments

Comments
 (0)