Added job select & safe view to camera.

This commit is contained in:
Patrick Fic
2021-02-08 21:39:30 -08:00
parent 3a0c8b9a5a
commit 1cda8579a5
11 changed files with 155 additions and 82 deletions

9
package-lock.json generated
View File

@@ -5781,6 +5781,15 @@
"url-parse": "^1.4.4"
}
},
"expo-av": {
"version": "8.7.0",
"resolved": "https://registry.npmjs.org/expo-av/-/expo-av-8.7.0.tgz",
"integrity": "sha512-tYw0z//UZm9THicOsu4w0A7Olq/JauTy7kcBR15Fhyppd9wd8Jtq7QYNtf2igd1R+byS2L0AGwE0nazlbQR+Qw==",
"requires": {
"lodash": "^4.17.15",
"nullthrows": "^1.1.0"
}
},
"expo-camera": {
"version": "9.1.1",
"resolved": "https://registry.npmjs.org/expo-camera/-/expo-camera-9.1.1.tgz",