Important
This repository is referencing the mumbai chain.
Mumbai is deprecated since 08/04/2024, meaning the code in this repository will no longer work out of the box.
You can still use this repository, however you will have to switch any references to mumbai to another chain.
Got questions? Jump into our Discord to speak with us directly.
Create a project using this example:
npx thirdweb create --template react-native-typescript-starterInstall dependencies:
yarn install # or npm installIf you are developing on iOS, you will need to install the pods:
cd ios && pod installYou can get your clientId from our Dashboard and set it in the .env file.
Please, make sure to add your app's bundleId in the Allowed Bundle IDs list. Here's more info on how to get your app's bundleId
Android:
yarn android
iOS:
yarn ios
To learn more about thirdweb and React Native, take a look at the following resources:
- thirdweb Portal - check our guides and development resources.
- thirdweb SDK - check our guides and development resources.
- React Native Documentation - learn about React Native features and API.
You can check out the thirdweb GitHub organization - your feedback and contributions are welcome!
For any questions, suggestions, join our discord at https://discord.gg/thirdweb.