180 Commits

Author SHA1 Message Date
Jonathan Stanton
0d32769dac Add podspec (#329)
* Add podspec file

* Add instructions for CocoaPods
2016-07-02 12:01:43 -07:00
Nicolas Charpentier
e1f04e082a Merge pull request #304 from charpeni/example
Add example
2016-06-14 09:16:25 -04:00
Darryl Blake
b2d9fa904b React, and Component should now be imported from 'react', not 'react-native'. (#297) 2016-06-01 10:30:52 -07:00
Nicolas Charpentier
1024c6bed5 Add example 2016-05-30 11:19:43 -04:00
Zack Story
347d04e843 Update README.md 2016-04-27 20:37:58 -07:00
Zack Story
8d42cd4dde Update README.md 2016-04-27 20:37:48 -07:00
Zack Story
c3ca7cbb03 Merge pull request #270 from lwansbrough/v1
v1 Updates
2016-04-27 20:34:46 -07:00
Jason Brown
75dff8bff1 Add photo documentation (#269) 2016-04-23 12:59:17 -07:00
Zack Story
fae43dd698
[readme] notes for barCodeTypes and playSoundOnCapture 2016-04-23 12:44:41 -07:00
Kyle Corbitt
0c789b8da0
capture returns metadata 2016-04-23 12:44:39 -07:00
cdimascio
a6785cfa46
play shutter click sound on capture (android)
* play shutter click sound on capture (android)

* Add Property playSoundOnCapture to enable whether the default shutter sound is played on capture (Android)
2016-04-10 18:13:01 -07:00
Zack Story
9ac0247f94 Merge pull request #235 from cdimascio/pr/hasFlashAndroid
Add hasFlash support for Android
2016-04-02 19:14:47 -07:00
Dan Horrigan
1406e0630f Add the mirrorImage prop will will mirror the resulting image when true. 2016-03-28 14:40:07 -04:00
Carmine DiMascio
e20902933d Add hasFlash support for Android 2016-03-26 20:27:40 -04:00
Radu Popovici
5659cc7809 add captureQuality option 2016-03-20 21:31:23 +02:00
Loch Wansbrough
8f2fa1e375 Merge pull request #214 from rt2zz/v1doc
add v1/legacy instructions
2016-03-08 10:22:47 -08:00
sunnylqm
bdcd80f35b Aspect.Fill -> Aspect.fill 2016-03-03 10:03:51 +08:00
Zack
1ac4f82d20 add v1/legacy instructions 2016-02-24 10:59:59 -08:00
Loch Wansbrough
d786581d08 Merge pull request #196 from brunobar79/more-barcode-types
Add support for ITF14 and interleaved 2 of 5 barcode types
2016-02-13 15:44:50 -08:00
Bruno Barbieri
9e83ddbc59 update docs 2016-02-13 00:59:29 -05:00
Kyle Corbitt
61b950403d add keepAwake prop 2016-02-08 12:22:37 +00:00
Loch Wansbrough
1feb274458 Updated npm instructions in README 2016-02-03 19:18:00 -08:00
Loch Wansbrough
ab7751ea44 Merge pull request #179 from zackify/patch-1
fixed android path
2016-02-03 11:39:56 -08:00
Loch Wansbrough
93b0d06613 Update README.md 2016-02-03 08:57:25 -08:00
Zach Silveira
dcee7836d1 fixed android path 2016-02-02 21:04:05 -05:00
Lochlan Wansbrough
f5ab0c8432 - Updated Read Me with correct Android install information.
- Fixed promise error during android deployment
2016-01-31 20:56:38 -08:00
Lochlan Wansbrough
edf0736f92 - Updated example
- ES6 stuff
2016-01-31 20:47:59 -08:00
Lochlan Wansbrough
580d11bba0 Documentation update 2016-01-31 20:15:00 -08:00
Lochlan Wansbrough
8f9fd98496 Updated docs. 2016-01-31 19:46:33 -08:00
Loch Wansbrough
1b5de73fe9 Merge pull request #170 from corbt/promises
Switch from callbacks to promises
2016-01-31 18:16:07 -08:00
Kyle Corbitt
45c26869a4 switch from callbacks to promises 2016-01-28 12:13:01 +00:00
Christopher Dro
d0355fe2e6 [Docs] Add capture target temp to readme 2016-01-27 09:55:26 -08:00
Loch Wansbrough
b26f9a92d4 Merge pull request #161 from farmisen/docu
Adding instructions for getting started on android.
2016-01-25 11:15:05 -08:00
Fabrice Armisen
37dc9af97a Removing the "ios only" mention 2016-01-25 10:33:10 -08:00
Fabrice Armisen
c8966280b1 Adding Android instructions to get started 2016-01-24 19:36:29 -08:00
Loch Wansbrough
e68dd966ef Added Gitter
Fixes #148
2016-01-12 15:01:05 -08:00
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
84f4db97a6 Update README.md 2015-11-05 11:25:27 -08: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
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
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
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
Jehan
00a2b3adaf Added docs for location and rotation options 2015-08-02 09:09:37 -07:00
Jed Watson
beed5e27e7 Adding barcode types to Readme 2015-07-27 05:32:42 +10:00
Lochlan Wansbrough
8b12a36106 Minor readme updates 2015-07-10 17:07:44 -07:00