WalletConnect / walletconnect-monorepo

WalletConnect Monorepo
Apache License 2.0
1.3k stars 650 forks source link

feat: add visionOS support #4340

Closed thiagobrez closed 6 months ago

thiagobrez commented 6 months ago

Description

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

Type of change

How has this been tested?

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

Checklist

Additional Information (Optional)

I'm building a wallet in visionOS using @walletconnect/web3wallet and this is needed because @walletconnect/react-native-compat is a dependency. With this change, I'm able to install the module in visionOS and connect the wallet as usual, as in any other platform.

enesozturk commented 6 months ago

LFG šŸ”„