Closed
Description
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 #1063