Skip to content

Releases: reown-com/appkit-react-native

v1.0.0-alpha.10

19 Oct 19:05
Compare
Choose a tag to compare
v1.0.0-alpha.10 Pre-release
Pre-release

What's Changed

Others:

[deprecated] Release 1.0.0-alpha.8

15 Jun 17:49
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.8 (2023-06-15)

Bug Fixes

  • possible fix to modal flickering (b5197b4)

Features

  • added custom headers to explorer request (2c55899)
  • added toast messages (7d7819f)
  • improved UI (e8b651c, 47d94b3)
  • updated WalletConnect libs to 2.8.1

[deprecated] Release 1.0.0-alpha.7

06 Jun 14:57
Compare
Choose a tag to compare
Pre-release

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

05 Jun 14:58
Compare
Choose a tag to compare
Pre-release

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

  • added redirect param in provider metadata (33818a8)
  • added themeMode prop to Web3Modal component + improved theme logic (852a6b4)
  • export provider and provider metadata interfaces (e6e78fc)
  • Added Account view (9881ead)
  • ui changes + improvements
  • replaced assets with SVGs

[deprecated] Release 1.0.0-alpha.5

24 May 18:46
Compare
Choose a tag to compare
Pre-release

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

22 May 19:13
Compare
Choose a tag to compare
Pre-release

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

  • Using deeplinks as first option to redirect to wallet (4f76ff7, fb07370)
  • [example app] added contract methods (39a6390)

[deprecated] Release 1.0.0-alpha.3

09 May 18:57
Compare
Choose a tag to compare
Pre-release

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

  • Restoring provider session + Added loading state to button (627f5d9)
  • [example app] added eth methods (eacf18d, 199b62b)
  • [example app] showing request response in modal (5445ced, c3d08a9)

[deprecated] Release 1.0.0-alpha.2

03 May 15:30
Compare
Choose a tag to compare
Pre-release

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)

Features