Rozo App is a modern mobile application that combines a Point-of-Sale system with embedded wallets. It’s designed to make it easy for merchants and users to handle payments, deposits, and withdrawals — all in one place.
🔐 Embedded Wallets – Powered by the Privy SDK, so every user has a secure digital wallet built in.
🛒 POS System – Simple and fast checkout experience for merchants and customers.
💰 Deposit & Withdraw – Seamlessly move funds in and out of the app.
🌍 Multi-Platform – Works on iOS, Android, and Web.
🔑 Secure Login – Protect your account with modern authentication.
🌐 Multi-language Support – Accessible to users in different regions.
| Sign In | Balance | Orders | POS |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
📱 Android APK → Download here
🌐 Web Version → Open in Browser
iOS version will be available soon via TestFlight.
- React Native dev environment
- Node.js LTS release
- Git
- Watchman, required only for macOS or Linux users
- Pnpm
- Expo CLI
Clone the repo to your machine and install dependencies:
git clone https://github.com/user/repo-name
cd ./repo-name
pnpm installStart the development server:
pnpm startRun on iOS:
pnpm iosRun on Android:
pnpm androidRun on Web:
pnpm webThe app supports different environments:
- Development:
pnpm start - Staging:
pnpm start:staging - Production:
pnpm start:production
- Framework: Expo
- UI: React Native with Gluestack
- Navigation: Expo Router
- Data Fetching: React Query with React Query Kit
- Form Handling: React Hook Form
- Validation: Zod
- Storage: React Native MMKV
- Styling: Tailwind CSS via Gluestack
src/
├── app/ # Expo Router file-based routing
│ ├── (app)/ # App screens (protected routes)
│ └── features/ # Feature-specific components
├── components/ # Shared components
│ ├── samples/ # Example components
│ └── ui/ # Core UI components (buttons, inputs, etc.)
├── hooks/ # Custom React hooks
├── lib/ # Shared utilities
├── modules/ # Feature modules
│ ├── auth/ # Authentication logic
│ └── i18n/ # Internationalization
├── resources/ # External resources
│ └── api/ # API clients and services
├── styles/ # Global styles
└── translations/ # Translation files




