Skip to content

fix(deps)(deps): bump @reown/appkit-ethers-react-native from 1.3.2 to 2.0.6 - #885

Merged
Smartdevs17 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/reown/appkit-ethers-react-native-2.0.6
Aug 31, 2026
Merged

fix(deps)(deps): bump @reown/appkit-ethers-react-native from 1.3.2 to 2.0.6#885
Smartdevs17 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/reown/appkit-ethers-react-native-2.0.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor

Bumps @reown/appkit-ethers-react-native from 1.3.2 to 2.0.6.

Release notes

Sourced from @​reown/appkit-ethers-react-native's releases.

@​reown/appkit-ethers-react-native@​2.0.6

Patch Changes

  • #574 7201173 Thanks @​ignaciosantise! - fix(core): load wallet & network images on React Native

    FetchUtil.fetchImage built its data URL with response.blob() + FileReader, but on React Native fetch(...).blob() throws "Creating blobs from 'ArrayBuffer' and 'ArrayBufferView' are not supported" for binary responses — so wallet and network images silently failed to load (placeholders only). Read the bytes via response.arrayBuffer() and base64-encode them into the data URL instead, using a dependency-free encoder (RN guarantees neither Buffer nor btoa).

  • Updated dependencies [7201173]:

    • @​reown/appkit-react-native@​2.0.6
    • @​reown/appkit-common-react-native@​2.0.6

@​reown/appkit-ethers-react-native@​2.0.5

Patch Changes

@​reown/appkit-ethers-react-native@​2.0.4

Patch Changes

  • #558 85ea6a9 Thanks @​ignaciosantise! - feat: add logger option to createAppKit for controlling @walletconnect/universal-provider log output. Accepts a log level ('silent' | 'fatal' | 'error' | 'warn' | 'info' | 'debug' | 'trace'). When omitted, WalletConnect's default logging is preserved.

  • Updated dependencies [85ea6a9]:

    • @​reown/appkit-react-native@​2.0.4
    • @​reown/appkit-common-react-native@​2.0.4

@​reown/appkit-ethers-react-native@​2.0.3

Patch Changes

  • #549 4af3f58 Thanks @​ignaciosantise! - fix: add modalContentWrapper prop to work around Expo Router modal layering issues

  • Updated dependencies [4af3f58]:

    • @​reown/appkit-common-react-native@​2.0.3
    • @​reown/appkit-react-native@​2.0.3

@​reown/appkit-ethers-react-native@​2.0.2

Patch Changes

... (truncated)

Commits
  • 6ba995a Merge pull request #577 from reown-com/changeset-release/main
  • 32866b2 chore: version packages
  • cdfb760 Merge pull request #575 from reown-com/develop
  • 8e991af Merge pull request #576 from reown-com/fix/fetch-image-base64-padding
  • e0f6380 fix(core): address review feedback
  • 74b17e7 fix(core): strip content-type params from fetchImage data URLs
  • eaf99a7 Merge pull request #574 from reown-com/fix/fetch-image-blob-arraybuffer
  • c300bde fix(core): guard fetchImage on response.ok and reduce base64 allocations
  • 5600127 chore(core): bump all packages in changeset
  • ee0c466 chore(core): fix prettier formatting in FetchUtil test
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file security Security related issue labels Jul 31, 2026
@dependabot
dependabot Bot temporarily deployed to security-review July 31, 2026 21:32 Inactive
Bumps [@reown/appkit-ethers-react-native](https://github.com/reown-com/appkit-react-native) from 1.3.2 to 2.0.6.
- [Release notes](https://github.com/reown-com/appkit-react-native/releases)
- [Commits](https://github.com/reown-com/appkit-react-native/compare/@reown/appkit-ethers-react-native@1.3.2...@reown/appkit-ethers-react-native@2.0.6)

---
updated-dependencies:
- dependency-name: "@reown/appkit-ethers-react-native"
  dependency-version: 2.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/reown/appkit-ethers-react-native-2.0.6 branch from 9cc7f09 to c9d0346 Compare August 27, 2026 15:03
@dependabot
dependabot Bot deployed to security-review August 27, 2026 15:08 Active
@Smartdevs17
Smartdevs17 merged commit f973a40 into main Aug 31, 2026
11 of 34 checks passed
@Smartdevs17
Smartdevs17 deleted the dependabot/npm_and_yarn/reown/appkit-ethers-react-native-2.0.6 branch August 31, 2026 14:36
@Smartdevs17

Copy link
Copy Markdown
Owner

Thanks for contributing! The changes have been merged. Feel free to leave a review or feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file security Security related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant