Skip to content

Releases: thirdweb-dev/js

@thirdweb-dev/service-utils@0.8.3

31 Jan 17:19
f8ebbe5
Compare
Choose a tag to compare

Patch Changes

thirdweb@5.87.2

30 Jan 06:49
c650221
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/wagmi-adapter@0.2.10

30 Jan 06:49
c650221
Compare
Choose a tag to compare
@thirdweb-dev/wagmi-adapter@0.2.10

@thirdweb-dev/service-utils@0.8.2

30 Jan 06:49
c650221
Compare
Choose a tag to compare

Patch Changes

thirdweb@5.87.1

29 Jan 22:56
1ee0dff
Compare
Choose a tag to compare

Patch Changes

thirdweb@5.87.0

29 Jan 01:44
073b25a
Compare
Choose a tag to compare

Minor Changes

  • #6082 4550bb2 Thanks @joaquim-verges! - Support Account and Wallet headless components in react native

    You can now use the Account and Wallet headless components in react native, this lets you build your own UI, styling it however you want, but letting the components handle the logic.

    Example Account components usage:

    <AccountProvider address={account.address} client={client}>
      /* avatar */
      <AccountAvatar
        loadingComponent={
          <AccountBlobbie size={92} style={{ borderRadius: 100 }} />
        }
        fallbackComponent={
          <AccountBlobbie size={92} style={{ borderRadius: 100 }} />
        }
        style={{
          width: 92,
          height: 92,
          borderRadius: 100,
        }}
      />
      /* address */
      <AccountAddress
        style={{ fontSize: 16, color: Colors.secondary }}
        formatFn={shortenAddress}
      />
      /* balance */
      <AccountBalance
        showBalanceInFiat={"USD"}
        chain={chain}
        loadingComponent={
          <ActivityIndicator size="large" color={Colors.accent} />
        }
        fallbackComponent={
          <Text className="text-primary">Failed to load balance</Text>
        }
        style={{
          color: "white",
          fontSize: 48,
          fontWeight: "bold",
        }}
      />
    </AccountProvider>

    Example Wallet components usage:

    <WalletProvider id={"io.metamask"}>
      <WalletIcon width={32} height={32} />
      <WalletName style={{ fontSize: 16, color: Colors.primary }} />
    </WalletProvider>

Patch Changes

@thirdweb-dev/wagmi-adapter@0.2.9

29 Jan 22:56
1ee0dff
Compare
Choose a tag to compare
@thirdweb-dev/wagmi-adapter@0.2.9

@thirdweb-dev/wagmi-adapter@0.2.8

29 Jan 20:20
ca22e46
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/wagmi-adapter@0.2.7

29 Jan 01:44
073b25a
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/service-utils@0.8.1

29 Jan 22:56
1ee0dff
Compare
Choose a tag to compare

Patch Changes