Skip to content

Releases: reown-com/appkit-react-native

@reown/appkit-wagmi-react-native@2.0.6

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:13
6ba995a

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

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:14
6ba995a

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

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:14
6ba995a

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

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:13
6ba995a

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

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:14
6ba995a

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

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:14
6ba995a

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

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:14
6ba995a

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

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:14
6ba995a

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

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:14
6ba995a

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.5

Choose a tag to compare

@github-actions github-actions released this 11 Jun 19:00
3b9147c

Patch Changes

  • #566 b3c8126 Thanks @ignaciosantise! - chore: pin peer dependency version ranges

  • Updated dependencies [b3c8126]:

    • @reown/appkit-react-native@2.0.5
    • @reown/appkit-common-react-native@2.0.5