feat: add camera capture for trip and item images
All checks were successful
Luggage List Build / build-web (push) Successful in 31s
Luggage List Build / build-android (push) Successful in 6m24s
Luggage List Build / release (push) Successful in 14s

This commit is contained in:
2026-04-18 14:19:48 +02:00
parent bd500674a0
commit 2e45261354
5 changed files with 52 additions and 7 deletions

View File

@@ -34,6 +34,15 @@
"eas": {
"projectId": "1275f90e-33c6-4af1-942e-ca29a309f8c8"
}
}
},
"plugins": [
[
"expo-image-picker",
{
"photosPermission": "Allow Luggage List to access your photos for trip and item images.",
"cameraPermission": "Allow Luggage List to use your camera to take trip and item photos."
}
]
]
}
}