diff --git a/package-lock.json b/package-lock.json index 3d3a88e..d0dc63c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,6 +28,7 @@ "process": "^0.11.10", "react": "18.2.0", "react-native": "^0.71.7", + "react-native-camera": "^4.2.1", "react-native-device-info": "^10.6.0", "react-native-dropdown-picker": "^5.4.6", "react-native-elements": "^3.4.3", @@ -14259,7 +14260,6 @@ "version": "4.2.1", "resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-4.2.1.tgz", "integrity": "sha512-+Vkql24PFYQfsPRznJCvPwJQfyzCnjlcww/iZ4Ej80bgivKjL9eU0IMQIXp4yi6XCrKi4voWXxIDPMupQZKeIQ==", - "peer": true, "dependencies": { "prop-types": "^15.6.2" } diff --git a/package.json b/package.json index 4426753..d18fab1 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "process": "^0.11.10", "react": "18.2.0", "react-native": "^0.71.7", + "react-native-camera": "^4.2.1", "react-native-device-info": "^10.6.0", "react-native-dropdown-picker": "^5.4.6", "react-native-elements": "^3.4.3", diff --git a/yarn.lock b/yarn.lock index 98dd854..9678ebf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6547,7 +6547,7 @@ "resolved" "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz" "version" "18.2.0" -"react-native-camera@>=1.0.2": +"react-native-camera@^4.2.1", "react-native-camera@>=1.0.2": "integrity" "sha512-+Vkql24PFYQfsPRznJCvPwJQfyzCnjlcww/iZ4Ej80bgivKjL9eU0IMQIXp4yi6XCrKi4voWXxIDPMupQZKeIQ==" "resolved" "https://registry.npmjs.org/react-native-camera/-/react-native-camera-4.2.1.tgz" "version" "4.2.1"