Commit Graph

153 Commits

Author SHA1 Message Date
Brad Bumbalough 8e1ae7c9a4 Corrected docs heading 2015-12-22 16:47:03 -05:00
Brad Bumbalough 4e34fff32e Added method to Camera to expose the CameraManager checkDeviceAuthorizationStatus() method. Updated docs. 2015-12-22 16:45:17 -05:00
Loch Wansbrough 55fc97193c Update README.md 2015-12-11 09:00:42 -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
Loch Wansbrough f579a62c64 Merge pull request #129 from apprennet/audio-permissions-fix
Added code to check audio permissions.
2015-12-08 14:29:31 -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
Loch Wansbrough 84f4db97a6 Update README.md 2015-11-05 11:25:27 -08:00
Loch Wansbrough 2ecfa28e22 Merge pull request #109 from yinuoba/master
use the AVMetadataObjectTypeDataMatrixCode only if the system support it...
2015-11-03 13:43:52 -08:00
Loch Wansbrough c3a3acaa97 Merge pull request #113 from zckly/patch-1
Added a step in the 'Getting Started' section
2015-11-03 13:34:01 -08:00
Morukutsu 6e5e833da2 [bugfix] RCTViewManager view method must always return a new instance 2015-11-03 00:51:12 +01:00
Zachary Lee 70cd5cdc16 Added a step in the 'Getting Started' section
Added the location in which Header Search Paths can be found to make it easier for people that are unfamiliar with XCode to find Header Search Paths.
2015-11-01 16:46:17 -08: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
Lochlan Wansbrough edbbcd75a3 Version bump 2015-10-14 18:38:44 -07:00
Loch Wansbrough 4b7e1f83a6 Merge pull request #102 from gpbl/patch-1
Set self.camera to nil when stopping session
2015-10-13 09:03:38 -07: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
Loch Wansbrough a6f068be1f Merge pull request #93 from toddw/master
Add support for DataMatrix to iOS
2015-10-04 12:26:59 -07:00
Loch Wansbrough c94e71f74b Merge pull request #97 from rt2zz/master
require PropTypes in index.android.js
2015-10-03 17:23:16 -07:00
Zack b11f7036fb require PropTypes in index.android.js 2015-10-03 16:42:06 -07:00
Todd Williams 3b0ca26fba Add support for DataMatrix to iOS 2015-09-29 15:48:38 -07:00
Lochlan Wansbrough 3f821ea801 Version bump 2015-09-26 00:53:24 -07:00
Loch Wansbrough 744cdcc069 Merge pull request #92 from unknownexception/patch-1
Update HEADER_SEARCH_PATHS for Release
2015-09-25 08:14:22 -07:00
Dmitry 8ff23dfbb9 Update HEADER_SEARCH_PATHS for in Release 2015-09-25 14:12:07 +05:00
Lochlan Wansbrough 2c744ae5ed Merge branch 'master' of github.com:lwansbrough/react-native-camera 2015-09-22 20:03:10 -07:00
Lochlan Wansbrough 89fde74aff Fixed location of CameraFocusSquare files 2015-09-22 20:02:53 -07:00
Loch Wansbrough beff2e5191 Update README.md 2015-09-22 19:59:10 -07:00
Lochlan Wansbrough 3ea32e5c6e Merge branch 'master' into unknownexception-feature/tap-to-focus 2015-09-22 19:41:40 -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
Loch Wansbrough 12b02603bd Merge pull request #91 from qaiken/patch-1
Update Header Search File Paths
2015-09-22 14:14:44 -07:00
Quinton Aiken f7f650c77f Update Header Search File Paths
Update Header Search File Paths to Reflect New Directories
2015-09-22 11:22:45 -07:00
Lochlan Wansbrough c844f2bfac Removed left over import. Updated Android stuff. 2015-09-21 21:21:08 -07:00
Lochlan Wansbrough 3172ed7060 Stubbed Android support. 2015-09-21 20:22:56 -07:00
Lochlan Wansbrough 9fe38ebb86 Removed all dependencies! Removed podspec. Bumped npm version. 💃 2015-09-21 20:10:43 -07:00
Loch Wansbrough b82527ad11 Merge pull request #88 from darrylblake/stopRecordingFix
(fix) stopRecording method is not defined, switched to stopCapture.
2015-09-17 23:25:13 -07:00
Darryl Blake 1e56ce95bd (fix) stopRecording method is not defined, switched to stopCapture to fix. 2015-09-17 16:47:45 -07:00
Loch Wansbrough 45dc92ff61 Merge pull request #86 from spyro92/master
fix imports and add merge as a dependency
2015-09-14 23:28:07 -07:00
nicksqy b95e6c90d9 fix imports and add merge as a dependency 2015-09-08 21:12:22 +10:00
Loch Wansbrough 914c0e3c9d Merge pull request #82 from datwelk/bugfix/xcode7-simulator
Use proper check to see if running on simulator
2015-09-05 19:22:32 -07:00
Dmitriy Loktev 2f045eaece Update Readme.md 2015-08-29 14:29:10 +06:00
Dmitriy Loktev 4d5a8ba16b Update to react-native@0.10, add APIs to Readme 2015-08-29 14:24:05 +06:00
Damiaan Twelker 09849f3d97 Use proper check to see if running on simulator 2015-08-27 11:32:40 -04:00
Dmitriy Loktev 4456ce4a80 add onZoomChanged, onFocusChanged, set new default behavior, 2015-08-11 19:23:06 +06:00
Jehan 00a2b3adaf Added docs for location and rotation options 2015-08-02 09:09:37 -07:00
Dmitriy Loktev be090ec70a Tap-to-focus and Pinch-to-zoom 2015-07-27 16:08:33 +06:00
Loch Wansbrough d3d60279fc Merge pull request #75 from JedWatson/patch-1
Adding barcode types to Readme
2015-07-26 21:48:06 -07:00
Jed Watson beed5e27e7 Adding barcode types to Readme 2015-07-27 05:32:42 +10:00