You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's as simple as adding s.platforms = { ..., :visionos => "1.0" } in RNCAsyncStorage.podspec. All the APIs used here are already supported in visionOS.
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" }
inRNCAsyncStorage.podspec
. All the APIs used here are already supported in visionOS.Additional Context
PR #1063
The text was updated successfully, but these errors were encountered: