react-native-camera/CHANGELOG.md

2.7 KiB

1.0.2 (2018-03-10)

Chores
  • flow: add missing types to Picture options (6bff4d93)
  • types: add new keys to TakePictureOptions (cc272036)
  • face-detector: make face detection stoppage smoother (3b3c38dd)
New Features
  • types:
    • add FaceDetector declarations (ba218750)
    • add TypeScript definition files (a94bad5e)
Bug Fixes
  • types:
    • fix onBarCodeRead type (a9947b47)
    • fix definition for RNCameraProps.ratio (4d1616c5)
  • android-camera: revert to old camera api (8d9c06ad)

1.0.1 (2018-02-14)

New Features
  • release-script: add script to package json (b0503dc8)
  • changelog: add changelog script (d2263937)
  • mirror: add option to give "mirrorImage" flag to takePicture. (0b6f0abd)
Bug Fixes
  • focusWarning: fix focus depth warning being shown for ios. (79698b81)
  • imports: delete some useless imports which may cause problems (a5b9f7e7)

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