- Add Lucide React Native icon library and use across tabs and screens
- Mobile-like design: rounded cards (xl/2xl), section dividers, icon chips, chevrons
- New pages from swagger: register, invoices/[id], reports, documents, settings
- Invoice detail: amount, bill to, items, Share/PDF actions (GET /invoices/{id})
- Register screen with link to login (POST /auth/register)
- Reports list with mock data and download (GET /reports)
- Documents list with upload CTA (GET /documents)
- Settings: notifications link, language, about
- Profile: links to Notifications, Reports, Documents, Settings
- Home: invoice rows navigate to /invoices/[id]
- Login ↔ Register navigation
- Keep orange (#ea580c) and dark navbar (#2d2d2d) theme throughout
- README: update screens table with new routes
Co-authored-by: Cursor <cursoragent@cursor.com>
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "yaltopia-tickets-app",
|
|
"version": "1.0.0",
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@expo/metro-runtime": "~6.1.2",
|
|
"@react-navigation/native": "^7.1.28",
|
|
"@rn-primitives/portal": "^1.3.0",
|
|
"@rn-primitives/slot": "^1.2.0",
|
|
"babel-preset-expo": "^54.0.10",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"expo": "~54.0.33",
|
|
"expo-constants": "^18.0.13",
|
|
"expo-linking": "^8.0.11",
|
|
"expo-router": "^6.0.23",
|
|
"expo-status-bar": "~3.0.9",
|
|
"lucide-react-native": "^0.575.0",
|
|
"nativewind": "^4.2.2",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-gesture-handler": "^2.30.0",
|
|
"react-native-reanimated": "^4.2.2",
|
|
"react-native-safe-area-context": "^5.6.2",
|
|
"react-native-screens": "^4.23.0",
|
|
"react-native-svg": "^15.15.3",
|
|
"react-native-web": "^0.21.0",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.0",
|
|
"prettier-plugin-tailwindcss": "^0.5.14",
|
|
"tailwindcss": "^3.4.19",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|