- Updated RootStackParamList to include optional serviceId in Booking route. - Modified Booking page to initialize step and serviceId based on route parameters. - Enhanced Dashboard page with new settings tab for shop details, including image upload and JSON schedule management. - Added functionality to upload barber images and cover images. - Improved Profile page with review submission for appointments and better notification handling. - Updated ShopDetails to pass serviceId when navigating to Booking.
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "smartagendamobile",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"@react-navigation/bottom-tabs": "^6.5.11",
|
|
"@react-navigation/native": "^6.1.9",
|
|
"@react-navigation/native-stack": "^6.9.17",
|
|
"@supabase/supabase-js": "^2.99.1",
|
|
"expo": "~54.0.33",
|
|
"expo-constants": "~18.0.13",
|
|
"expo-device": "~8.0.10",
|
|
"expo-image-picker": "~17.0.11",
|
|
"expo-notifications": "~0.32.16",
|
|
"expo-status-bar": "~3.0.9",
|
|
"nanoid": "^5.0.7",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-screens": "~4.16.0",
|
|
"react-native-web": "^0.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.0",
|
|
"@types/react-native": "^0.73.0",
|
|
"babel-preset-expo": "~54.0.10",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|