react-native-async-storage / async-storage

An asynchronous, persistent, key-value storage system for React Native.
https://react-native-async-storage.github.io/async-storage/
MIT License
4.61k stars 458 forks source link

feat: add visionOS support #1063

Closed thiagobrez closed 4 months ago

thiagobrez commented 4 months ago

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.

AsyncStorageBot commented 4 months ago

:tada: This PR is included in version 1.22.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: