A React Native Expo app that integrates Privy ZeroDev and Tamagui Currently working on Android and iOS simulators with Expo v50.
The user first creates their embeded wallet with Privy. The Privy provider is then used as a signer for ZeroDev's smart account.
Screen.Recording.2024-05-27.at.23.11.26.mov
This hook takes in the provider, creates the ZeroDev kernel, then exports the kernelAccount and kernelClient.
First please install Expo Go v50, following this guide
-
Install dependencies
npm i
-
Add your Privy and ZeroDev ids to a .env
# expo go
npm start
# ios
npm run ios
# android
npm run android