mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-25 02:15:13 +00:00
24 lines
1.2 KiB
Markdown
24 lines
1.2 KiB
Markdown
#### 1.0.1 (2018-02-14)
|
|
|
|
##### New Features
|
|
|
|
* **release-script:** add script to package json ([b0503dc8](https://github.com/react-native-community/react-native-camera/commit/b0503dc8aefc1d2a992c1778e00c5d0f8dfd6901))
|
|
* **changelog:** add changelog script ([d2263937](https://github.com/react-native-community/react-native-camera/commit/d226393783748f973cc99032343fc55e45828717))
|
|
* **mirror:** add option to give "mirrorImage" flag to takePicture. ([0b6f0abd](https://github.com/react-native-community/react-native-camera/commit/0b6f0abda07b8a9ff3daa1722a254087f30eec08))
|
|
|
|
##### Bug Fixes
|
|
|
|
* **focusWarning:** fix focus depth warning being shown for ios. ([79698b81](https://github.com/react-native-community/react-native-camera/commit/79698b815b44507037a6e89fda40b5c505703c00))
|
|
* **imports:** delete some useless imports which may cause problems ([a5b9f7e7](https://github.com/react-native-community/react-native-camera/commit/a5b9f7e717bc11aad9a8e5d9e9a449ad7fd9c9fa))
|
|
|
|
### master
|
|
|
|
### 1.0.0
|
|
- RNCamera as main camera implementation for both iOS and Android (base on expo module)
|
|
- FaceDetector feature for both iOS and Android (based on expo module)
|
|
- RCTCamera deprecated
|
|
|
|
### 0.13.0
|
|
- added RNCamera implementation for android
|
|
- added FaceDetector for android
|