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
divvi-app-starter/
├── index.tsx # Entry point with the Divvi Mobile configuration
├── app.json # Expo configuration
├── eas.json # EAS configuration
├── assets/ # Static assets
└── screens/ # Custom screens
This template includes:
- ⛓️ Multi-chain support (Ethereum, Celo, Arbitrum, etc.)
- 🔌 Native Divvi protocol integration
- 📱 Expo EAS deployment configuration
- 📦 TypeScript support