Skip to content

Releases: houserater/react-native-camera-ios

v2.0.0

13 Nov 15:14
Compare
Choose a tag to compare

We renamed RNCamera to RNCameraIOS as both the xcodeproj and Static Library project names. This means you're able to combine this project with react-native-camera for using both camera libraries in the same app (why? we use barcode scanning in some-but-not-many of our camera capture screens).

  • Added RNCamera.resizeImage() static function for non-full-size pictures
  • Updated examples project for RN-v0.57, and Xcode 10 (inc. build system)
    • See the note in README.md about running in Xcode 10. The new build system means the first compilation may fail, but second and beyond will succeed. If you get a failure in Xcode, just press the re-run button :)

v1.1.0

26 Jul 12:42
Compare
Choose a tag to compare

Hello Camera Flash ⚡️

  • Added static checkFlashAvailable function
  • Added rear/front camera prop for cameraDevice
  • Added off/auto/on flash modes (on supported devices)

v1.0.0

19 Jul 21:01
Compare
Choose a tag to compare

Initial react-native-camera-ios release from our internal source code 🎉