Releases: houserater/react-native-camera-ios
Releases · houserater/react-native-camera-ios
Release list
v2.0.0
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
examplesproject for RN-v0.57, and Xcode 10 (inc. build system)- See the note in
README.mdabout 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 :)
- See the note in
v1.1.0
Hello Camera Flash ⚡️
- Added static
checkFlashAvailablefunction - Added
rear/frontcamera prop forcameraDevice - Added
off/auto/onflash modes (on supported devices)
v1.0.0
Initial react-native-camera-ios release from our internal source code 🎉