Skip to content
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

feat: add visionOS support #1063

Merged
merged 1 commit into from Feb 15, 2024

Conversation

thiagobrez
Copy link
Contributor

Summary

Closes #1062

This PR adds support for React Native visionOS, the new out-of-tree platform.

image

Test Plan

You can init a new project with React Native visionOS, install the library as usual (and apply the one-line change in this PR) and all APIs should be working.

All the APIs used here are already supported in visionOS, so it's just a matter of adding the platform to the podspec for it to get installed.

All the tests still pass. No actual change in C or JS files.

Copy link
Member

@tido64 tido64 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you ❤️

@tido64 tido64 merged commit a170bac into react-native-async-storage:main Feb 15, 2024
10 checks passed
@AsyncStorageBot
Copy link
Collaborator

🎉 This PR is included in version 1.22.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: add visionOS support
3 participants