Commit Graph

16 Commits

Author SHA1 Message Date
Christopher Dro b14ed42731 Add option to store captures in temp directory 2016-01-12 12:02:10 -08:00
Loch Wansbrough abca50a241 Merge pull request #130 from apprennet/pinch-to-zoom-crash-fix
Fix crash when user pinches to zoom on devices that don't support it.
2015-12-08 14:38:07 -08:00
Loch Wansbrough c7b1ba53fa Merge pull request #131 from apprennet/fix-preset-camera-not-obeying-type-property
Fix for back camera showing briefly when the type property is set to 'front'.
2015-12-08 14:34:08 -08:00
PJ Cabrera 1b79493221 Fix for back camera showing briefly when the type property is set to 'front'.
The first time an app is run that uses this component with the type set to 'front', the back camera shows briefly before the component obeys the type property and switches to the front camera. The presetCamera should be set to the proper camera type set in the props when the component is created.
2015-12-02 11:39:02 -08:00
PJ Cabrera f7f8c23dd6 When zoomFactor was computed with a value greater than device.activeFormat.videoMaxZoomFactor, it caused a crash. Changed the pinch to zoom code to respect the value of device.activeFormat.videoMaxZoomFactor. 2015-11-30 14:50:36 -08:00
PJ Cabrera ba36a4ea9b Added code to check audio permissions. 2015-11-30 14:42:26 -08:00
Loch Wansbrough d911c99987 Merge pull request #115 from morukutsu/bugfixes-upstream
[bugfix] RCTViewManager view method must always return a new instance
2015-11-21 15:09:19 -08:00
Morukutsu 6e5e833da2 [bugfix] RCTViewManager view method must always return a new instance 2015-11-03 00:51:12 +01:00
Hoogle c8c9d257e3 use the AVMetadataObjectTypeDataMatrixCode only if the system support this API, and then we can use the react-native-camera in iOS7 2015-10-22 13:10:54 +08:00
Giampaolo Bellavite 68fd358352 Set self.camera to nil when stopping session
This should fix the freeze problem with navigator (see [comment](https://github.com/lwansbrough/react-native-camera/issues/80#issuecomment-147336381) in #80), but I'm not sure if there are some side effects coming from this change. Yet in my app it seems to work.
2015-10-13 09:57:43 +02:00
Lochlan Wansbrough 8cc61edef2 Fixes #80 2015-10-10 15:23:27 -07:00
Todd Williams 3b0ca26fba Add support for DataMatrix to iOS 2015-09-29 15:48:38 -07:00
Dmitry 8ff23dfbb9 Update HEADER_SEARCH_PATHS for in Release 2015-09-25 14:12:07 +05:00
Lochlan Wansbrough 89fde74aff Fixed location of CameraFocusSquare files 2015-09-22 20:02:53 -07:00
Lochlan Wansbrough 1c97947d23 Merge branch 'feature/tap-to-focus' of git://github.com/unknownexception/react-native-camera into unknownexception-feature/tap-to-focus
# Conflicts:
#	README.md
#	index.ios.js
2015-09-22 19:41:06 -07:00
Lochlan Wansbrough 9fe38ebb86 Removed all dependencies! Removed podspec. Bumped npm version. 💃 2015-09-21 20:10:43 -07:00