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
Lochlan Wansbrough
8eb6e9e7dc
Version 0.3 introduces a number of new features and improvements. Most notably:
...
- Video capture is now supported (@machard)
- Torch mode is now supported (@andreaskeller)
- Device no longer becomes hot when camera module is included
- Location data is now supported (@jtremback)
- Dummy image is captured while using the simulator (@jtremback)
- Image orientation has been fixed (@jtremback)
- Bar code type is now sent in the scan event
Additionally, the following features have been deprecated or removed:
- "memory" captureTarget is now deprecated and will be removed in a future release. The default is now "cameraRoll"
- The deprecated method of setting camera settings has been removed
Please report any problems you encounter.
2015-07-10 17:02:58 -07:00
Lochlan Wansbrough
65b5033596
I believe this will fix issues #52 and #58 . There are a lot of changes here due to a whitespace formatting change.
2015-07-09 20:11:50 -07:00
Andreas Keller
6d3af38178
Adds torchMode property
2015-06-15 20:58:36 +02:00
guodong
3dd33d842e
Add flash mode setting
2015-05-31 00:36:55 +08:00
Lochlan Wansbrough
57a32eb672
Fixes #25
2015-05-05 02:11:10 -04:00
Lochlan Wansbrough
7136aaee25
- Adds auto orientation adjustment
...
- Adds deprecation notice for old prop values
2015-05-01 14:33:23 -07:00
Lochlan Wansbrough
6dfcfa134e
Improvements to PRs and working towards v2. WIP.
2015-05-01 01:16:32 -07:00
Lochlan Wansbrough
fdd947159e
Fixes #8
2015-04-24 11:56:16 -07:00
Lochlan Wansbrough
b29198875d
Added GIF
2015-04-24 10:52:00 -07:00
Lochlan Wansbrough
60fe613bd1
Added QR code reader functionality
2015-04-19 15:53:30 -07:00
Lochlan Wansbrough
6d7d360f18
Contains fixes for the viewfinder.
2015-04-16 17:16:35 -07:00
Lochlan Wansbrough
488e5327f7
Updates for React Native 0.3.11 updates. Major breaking changes here. Emphasis on the breaking.
2015-04-10 19:56:30 -07:00
Lochlan Wansbrough
a57508a2c3
Crash issue acknowledgement
2015-04-08 22:06:00 -07:00
Lochlan Wansbrough
75129b54d7
Still image capture now works correctly!
2015-04-08 13:51:31 -07:00
rojotek
44da396efe
Update README.md
...
minor typo fix.
2015-04-08 15:41:00 +10:00
Loch Wansbrough
fbd99270c7
Update README.md
...
Added known issues + todo
2015-04-04 00:27:56 -07:00
scottdixon
568e31e5d9
Updated README: included TouchableHighlight component in example. Clarified example setup
2015-04-03 15:59:25 -07:00
Lochlan Wansbrough
1d11dfe010
- Enables addition of subviews inside the camera layout (this will make it easier to add overlays, buttons, etc.)
...
- Got further along with image capture. Only captures the first(?) frame of the output from when the camera starts, not the frame at the time the picture is taken... Let me know if you know how to fix this @lwansbrough on twitter.
2015-04-02 18:07:22 -07:00
Loch Wansbrough
4ffe6b8218
Update README.md
2015-04-02 02:51:32 -07:00
Lochlan Wansbrough
20be488fa8
Added support for camera switching and basic image capturing!
2015-04-02 02:40:03 -07:00
Loch Wansbrough
0ca5719db2
Readme clarity
2015-04-01 10:39:51 -07:00
Loch Wansbrough
d9ae1f5e56
Improved clarity of getting started.
2015-04-01 10:27:40 -07:00
Loch Wansbrough
6db17c8db4
Improved getting started
2015-04-01 09:49:08 -07:00
Loch Wansbrough
331bb1bb68
Made getting started more clear
...
Thanks to @voronianski for providing a more clear set of instructions.
2015-04-01 09:37:12 -07:00
Loch Wansbrough
cf58227dd6
Merge pull request #1 from vjeux/patch-1
...
Update README.md
2015-03-31 19:49:29 -07:00
Lochlan Wansbrough
e2d5474749
Updated the example usage
2015-03-31 19:44:32 -07:00
Lochlan Wansbrough
2cd1483bc7
Updated documentation
2015-03-31 19:38:30 -07:00
Christopher Chedeau
fb0cba4fa3
Update README.md
2015-03-31 18:45:47 -07:00
Lochlan Wansbrough
505c63131b
Removed extra line
2015-03-31 18:04:18 -07:00
Lochlan Wansbrough
296f190645
Pushing files
2015-03-31 18:02:57 -07:00