expo-camera
Version:
A React component that renders a preview for the device's either front or back camera. Camera's parameters like zoom, auto focus, white balance and flash mode are adjustable. With expo-camera, one can also take photos and record videos that are saved to t
16 lines (15 loc) • 353 B
JSON
{
"platforms": ["apple", "android", "web"],
"apple": {
"modules": ["CameraViewModule"]
},
"android": {
"modules": ["expo.modules.camera.CameraViewModule"],
"publication": {
"groupId": "host.exp.exponent",
"artifactId": "expo.modules.camera",
"version": "16.1.11",
"repository": "local-maven-repo"
}
}
}