A starter template for creating Web3 apps with the Divvi Mobile framework, powered by Expo.
-
Install dependencies
yarn install
-
Generate native project files
yarn prebuild
Run this step whenever adding new native dependencies
-
Run the app
# iOS yarn ios # Android yarn android
ckash/
├── index.tsx # Entry point with the Divvi Mobile configuration
├── app.json # Expo configuration
├── eas.json # EAS configuration
├── assets/ # Static assets
└── screens/ # Custom screens