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




