chore(mobile): add expo-image-picker dep + permission strings
This commit is contained in:
@@ -37,6 +37,13 @@
|
||||
{
|
||||
"color": "#0b0b0f"
|
||||
}
|
||||
],
|
||||
[
|
||||
"expo-image-picker",
|
||||
{
|
||||
"photosPermission": "Netralax greift auf deine Fotos zu, damit du sie in Nachrichten teilen kannst.",
|
||||
"cameraPermission": "Netralax nutzt die Kamera für Fotos in Nachrichten."
|
||||
}
|
||||
]
|
||||
],
|
||||
"experiments": {
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"expo": "^52.0.0",
|
||||
"expo-application": "^55.0.15",
|
||||
"expo-constants": "~17.0.0",
|
||||
"expo-image-picker": "^55.0.20",
|
||||
"expo-linking": "~7.0.0",
|
||||
"expo-notifications": "~0.29.0",
|
||||
"expo-router": "~4.0.0",
|
||||
|
||||
Reference in New Issue
Block a user