Releases: reown-com/appkit-react-native
Releases · reown-com/appkit-react-native
v1.0.0-alpha.10
What's Changed
- feat: Installed wallets by @ignaciosantise in #67
- feat: Web wallets + Platform tab by @ignaciosantise in #68
- fix: UI improvements
Others:
- Changed builder by @ignaciosantise in #66
[deprecated] Release 1.0.0-alpha.8
[deprecated] Release 1.0.0-alpha.7
1.0.0-alpha.7 (2023-06-06)
Bug Fixes
- using hook to get scheme to solve flickering with listener (1dab597)
[deprecated] Release 1.0.0-alpha.6
1.0.0-alpha.6 (2023-06-05)
Bug Fixes
- fixed issue with statusbar color (a2f713e)
- checking route stack to add back button, added account as valid open route (038237a)
- (possible fix)removed view max heights to solve flickering in screens (1d07fb6)
Features
[deprecated] Release 1.0.0-alpha.5
1.0.0-alpha.5 (2023-05-24)
Bug Fixes
- added
@walletconnect/core
to deps (8fbd3d4)
Features
- exporting
address
in web3modal hook (2beb4e1)
[deprecated] Release 1.0.0-alpha.4
1.0.0-alpha.4 (2023-05-22)
Bug Fixes
- Getting wallet list according to platform, removed old listing params (dddf17a)
- [example app] Disabled console.error in eas builds to avoid crash (edff5c0)
Features
[deprecated] Release 1.0.0-alpha.3
1.0.0-alpha.3 (2023-05-09)
Bug Fixes
- added condition to initialize provider once, added setProjectId func in controller (fc3d9a2)
- removed unsubscription code from hook (388090a)
- solved possibly undefined errors with provider (2ac987b)
- [example app] use current chainId in eth_signTypedData message in example (9328c3f)
Features
[deprecated] Release 1.0.0-alpha.2
1.0.0-alpha.2 (2023-05-03)
Bug Fixes
- added delete subscription listener to clean data if provider.disconnect is called (fd0c0a5)
- adjusted qr view size (0017fa7)
- catching errors (5ed4f4b, 91e884a)
- moved common polyfills inside sdk (77dfa82)
- removed session_delete listener (ce2f874)
- removed wrong param in send eth method, changed example chain to test (de4a60d)
- setting wallet deeplink after confirmed session and clearing it when disconnect (6d6c424)