Skip to content

Commit 122e2b2

Browse files
iketwIDubuque
authored andcommitted
[RN] Makes locale optional (#1816)
[RN] Update weights (#1817) [RN] i18n more strings and fix fontFamily (#1818) [RN] i18n strings (#1819) [RN] Allow custom fontFamily (#1820) [SmartWallet] implement multidimensional nonces for smart wallets (#1821) [wallets, react] expose `onAuthSuccess` callback in `paperWallet` (#1815) [SDK] Perf improvement for erc-1155-signature-mintable (#1824) [wallets, react] Add OKX wallet (#1826) Version Packages (#1793) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> [SDK] Improve contract-roles methods (#1798) Spicy chain gas override (#1805) Use BigInt function instead of bigint primitive numbers (#1830) [RN] Allows for custom auth with embeddedWallet (#1806) [RN] Update changelog (#1833) [SDK] Perf improvements for erc-20 methods (#1814) Signed-off-by: Kien Ngo <[email protected]> [SDK] Add ERC6551 Interface (#1324) Co-authored-by: ikethirdweb <[email protected]> Co-authored-by: Joaquim Verges <[email protected]> Patch: missing data arg in isSmartWalletDeployed (#1840) [RN] Update naming for embeddedWallet jwt flow (#1841) [SDK] Remove barrel files in `@r\packages\sdk\src\evm` (#1827) Signed-off-by: Kien Ngo <[email protected]> [RN] Migrate embedded wallet to new api (#1844) [SDK] Fix double trailing slash when downloading merkle data (#1850) chore(chains): sync chains (#1843) Signed-off-by: Jonas Daniels <[email protected]> [Wallet] Fix getSmartWalletAddress util function (#1851) [wallets] - Fix chains package not tree-shaken because of SmartWallet (#1853) [SDK/Wallets] Override crypto-js to use latest version to fix vulnera… (#1854) Fix typo in comments (#1839) Signed-off-by: vuittont60 <[email protected]> feat: Update minimum required Node version to 18.17.0 (#1855) [SmartWallet] Expose new estimation functions for smart wallet transactions (#1856) feat: Update minimum required Node.js version to >=18 (#1858) Revert "[SDK/Wallets] Override crypto-js to use latest version to fix vulnera…" (#1859) Version Packages (#1828) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> chore(chains): sync chains (#1865) [SmartWallet] expose data in smart wallet utils (#1867) Version Packages (#1866) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> [WALLET + REACT] Add Cometh Connect (#1749) Signed-off-by: Manan Tank <[email protected]> Co-authored-by: Manan Tank <[email protected]> Co-authored-by: Joaquim Verges <[email protected]> Revert "[WALLET + REACT] Add Cometh Connect" (#1879) [SDK] Lazy load JSON files (#1862) Signed-off-by: Kien Ngo <[email protected]> [RN] Adds Japanese and Spanish support (#1878)
1 parent 3142a84 commit 122e2b2

File tree

1,328 files changed

+10450
-4263
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,328 files changed

+10450
-4263
lines changed

.changeset/cool-pigs-watch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/eight-gorillas-dream.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fair-bikes-attend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/funny-eels-watch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/good-penguins-brake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gorgeous-paws-end.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/nervous-students-warn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/new-books-notice.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/olive-books-fly.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
"@thirdweb-dev/react-native": patch
3+
---
4+
5+
Adds support for Japanese and Spanish
6+
7+
You can now pass 'ja' or 'es' to our ThirdwebProvider:
8+
9+
```
10+
import { ThirdwebProvider } from '@thirdweb-dev/react-native';
11+
12+
<ThirdwebProvider locale={'ja'}>
13+
<App />
14+
</ ThirdwebProvider>
15+
```

.changeset/olive-impalas-knock.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)