Professional Invoice Generator App for Herath Tours.
- Create professional invoices with auto-generated numbers (HK-2026-XXX).
- Hardcoded driver details (U.K Herath).
- PDF Generation and Sharing.
- History of all invoices.
- Offline storage using AsyncStorage.
src/screens: UI Screens (Home, Create, Preview, History).src/components: Reusable components.src/utils: PDF generation logic.src/storage: AsyncStorage helpers.src/types: TypeScript definitions.
-
Install Dependencies (if not already installed)
npm install
-
Start the App
npx expo start
- Scan the QR code with Expo Go on your phone (Android/iOS).
- Press
afor Android Emulator orifor iOS Simulator.
To generate an APK for your Android device, follow the instructions in BUILD_GUIDE.md.
- React Native (Expo)
- TypeScript
- React Navigation
- AsyncStorage
- Expo Print & Sharing