claimNFTApp is a Web3 mobile app built with mobile SDK. Users can connect their wallets and claim NFTs
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 install