What's Changed
- refactor: using react-native-compat to check installed wallets by @ignaciosantise in #100
- fix/deeplink by @ignaciosantise in #101
- refactor: migrate to new w3m api by @ignaciosantise in #104
- refactor: structure changes by @ignaciosantise in #105
- chore: updated walletconnect deps by @ignaciosantise in #107
- fix: fixed type imports by @ignaciosantise in #108
Full Changelog: v1.0.0...v1.1.0
Attention ⚠️
If you are updating from v1.0.0 you need to add some changes to your code:
- Install
@walletconnect/react-native-compat
>= v2.11.0 - Run
pod install
from your ios folder - Add
import '@walletconnect/react-native-compat'
in your app's root file (before importing@walletconnect/modal-react-native
)