Skip to content

chore: version packages#577

Merged
ignaciosantise merged 1 commit into
mainfrom
changeset-release/main
Jul 14, 2026
Merged

chore: version packages#577
ignaciosantise merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@reown/appkit-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-common-react-native@2.0.6
    • @reown/appkit-core-react-native@2.0.6
    • @reown/appkit-ui-react-native@2.0.6

@reown/appkit-bitcoin-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-common-react-native@2.0.6

@reown/appkit-coinbase-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-common-react-native@2.0.6

@reown/appkit-common-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).

@reown/appkit-core-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-common-react-native@2.0.6

@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-solana-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-common-react-native@2.0.6

@reown/appkit-ui-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-common-react-native@2.0.6

@reown/appkit-wagmi-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

@github-actions

Copy link
Copy Markdown
Contributor Author

Published pre-release version: 0.0.0-canary-20260714141141

@ignaciosantise
ignaciosantise merged commit 6ba995a into main Jul 14, 2026
8 of 9 checks passed
@ignaciosantise
ignaciosantise deleted the changeset-release/main branch July 14, 2026 15:03
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant