Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changeset
  • Loading branch information
ikethirdweb committed Oct 19, 2023
commit c4464d43b45cd957264b8c5eb97ba19883e48144
17 changes: 17 additions & 0 deletions .changeset/silver-donuts-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
"@thirdweb-dev/react-native": patch
---

Adds localization for the React Native SDK

You can now pass a Locale object to the ThirdwebProvider with your translations:

```javascript
import { ThirdwebProvicer, en } from @thirdweb-dev/react-native;

<ThirdwebProvider locale={{
...your-translated-strings
}}>
<App />
</ThirdwebProvider>
```