expo-camera
Advanced tools
Comparing version 11.2.1 to 11.3.0
@@ -13,2 +13,11 @@ # Changelog | ||
## 11.3.0 — 2021-07-19 | ||
### 🐛 Bug fixes | ||
- Update video codec validation to properly reject an invalid codec option. ([#13341](https://github.com/expo/expo/pull/13341) by [@ajsmth](https://github.com/ajsmth)) | ||
- Add `get/requestMicrophonePermissionsAsync()` and `get/requestCameraPermissionsAsync()` methods to named exports. ([#13621](https://github.com/expo/expo/pull/13621) by [@ajsmth](https://github.com/ajsmth)) | ||
- Fix regression in video quality option of recordAsync() ([#13659](https://github.com/expo/expo/pull/13659) by [@ajsmth](https://github.com/ajsmth)) | ||
### 💡 Others | ||
## 11.2.1 — 2021-06-24 | ||
@@ -15,0 +24,0 @@ |
{ | ||
"name": "expo-camera", | ||
"version": "11.2.1", | ||
"version": "11.3.0", | ||
"description": "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 the app's cache. Morever, the component is also capable of detecting faces and bar codes appearing on the preview.", | ||
@@ -45,3 +45,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "4fc9d282ff7ab2fa9040b775aeca7c30f5167b17" | ||
"gitHead": "5cc283d3eaaa3dee09b5afbc80cb49b50809e913" | ||
} |
@@ -6,2 +6,6 @@ export { default as Camera } from './Camera'; | ||
requestPermissionsAsync, | ||
getCameraPermissionsAsync, | ||
requestCameraPermissionsAsync, | ||
getMicrophonePermissionsAsync, | ||
requestMicrophonePermissionsAsync, | ||
CameraCapturedPicture, | ||
@@ -8,0 +12,0 @@ CameraNativeProps, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1408358
75
2061