-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Platform.OS
#20
Comments
Update from my work in this area: react-native-visionos/packages/community-cli-plugin/src/utils/metroPlatformResolver.js Lines 28 to 44 in ca6ac0a
to accept platformImplementations: {
[platform: string]: [string, string | undefined],
} as an argument, where the tuple would read as As a potential followup, I'm going to explore extending |
This feature won't be supported out of the box. There is |
Description
The goal of this issue is to add support for
Platform.OS = 'visionos'
.The work might require writing a custom metro resolver.
The text was updated successfully, but these errors were encountered: