Skip to content
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>
```