tectiv3 / react-native-aes

Native module for AES encryption
MIT License
188 stars 135 forks source link

feat: add visionOS support #84

Closed thiagobrez closed 7 months ago

thiagobrez commented 8 months ago

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

This only adds a new platform to the podspec, so the module can be installed in visionOS. No changes to any existing functionality.

https://github.com/tectiv3/react-native-aes/assets/26878038/4d45447f-f16f-4159-bee8-cb8cbee3d16d

tectiv3 commented 7 months ago

thank you!