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 #1062

Closed thiagobrez closed 4 months ago

thiagobrez commented 4 months ago

Proposal

Add support to React Native visionOS, the new out-of-tree platform

Alternatives

No response

Implementation Details

It's as simple as adding s.platforms = { ..., :visionos => "1.0" } in RNCAsyncStorage.podspec. All the APIs used here are already supported in visionOS.

Additional Context

PR https://github.com/react-native-async-storage/async-storage/pull/1063

simulator_screenshot_92D1A219-E21A-4C11-993C-D393D72836C2

AsyncStorageBot commented 4 months ago

:tada: This issue has been resolved in version 1.22.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: