first commit

This commit is contained in:
2026-07-16 12:22:02 +07:00
parent 04a2239def
commit adaab69b82
26 changed files with 3953 additions and 56 deletions
+28 -1
View File
@@ -20,6 +20,33 @@
},
"web": {
"favicon": "./assets/favicon.png"
}
},
"plugins": [
"expo-asset",
[
"expo-camera",
{
"cameraPermission": "Allow CamRecipe Pro to access your camera to take photos."
}
],
[
"expo-location",
{
"locationAlwaysAndWhenInUsePermission": "Allow CamRecipe Pro to geotag your photos with location watermark."
}
],
[
"expo-media-library",
{
"photosPermission": "Allow CamRecipe Pro to save processed photos to your library."
}
],
[
"expo-image-picker",
{
"photosPermission": "Allow CamRecipe Pro to select photos from your library to apply presets."
}
]
]
}
}