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 :)
- See the note in