51 Commits

Author SHA1 Message Date
Lochlan Wansbrough
bbce1ca770 Fixes #24 2015-05-03 18:32:32 -07:00
Lochlan Wansbrough
547bd2482b Version bump 2015-05-02 01:14:04 -07:00
Lochlan Wansbrough
b8fe5c246b Fixed deprecation notices. 2015-05-02 01:13:40 -07:00
Lochlan Wansbrough
7136aaee25 - Adds auto orientation adjustment
- Adds deprecation notice for old prop values
v0.2.0
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
Loch Wansbrough
e33127e765 Merge pull request #19 from amccloud/constants
Expose properties as constants and make case consistent with StatusBarIOS
2015-04-30 23:45:37 -07:00
Loch Wansbrough
1a9eebc5d6 Merge pull request #20 from rt2zz/master
Add capturePictureToDisk method - transitional
2015-04-30 22:54:08 -07:00
Zack
2cf627809b add capturePictureToDisk to react component 2015-04-30 21:04:16 -07:00
Zack
7bc2120055 capturePictureToDisk method 2015-04-30 12:40:19 -07:00
Andrew McCloud
5b157fb0e8 Expose properties as constants and make case consistent with StatusBarIOS 2015-04-30 00:10:21 -07:00
Loch Wansbrough
30a47427e1 Merge pull request #18 from amccloud/patch-1
Fix undefined variables
2015-04-28 10:31:30 -07:00
Andrew McCloud
a5df63eec8 Fix undefined variables 2015-04-27 23:06:35 -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
3e33afe077 Version bump for npm 2015-04-20 23:10:15 -07:00
Lochlan Wansbrough
e30446eea3 Changed the react native dep to peer dep 2015-04-19 16:52:36 -07:00
Lochlan Wansbrough
60fe613bd1 Added QR code reader functionality 2015-04-19 15:53:30 -07:00
Lochlan Wansbrough
6e879f59a6 Fixes broken Xcode project 2015-04-16 17:41:00 -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
b6cac4fa9a Version locked react until a fix is found for crashing issue 2015-04-08 22:13:34 -07:00
Lochlan Wansbrough
a57508a2c3 Crash issue acknowledgement 2015-04-08 22:06:00 -07:00
Lochlan Wansbrough
10752e2ece Added header search paths to project. Shouldn't need to do it in the getting started step anymore. 2015-04-08 14:36:36 -07:00
Lochlan Wansbrough
e28147293d Major bug fix 2015-04-08 14:32:27 -07:00
Lochlan Wansbrough
75129b54d7 Still image capture now works correctly! 2015-04-08 13:51:31 -07:00
Loch Wansbrough
20c309156d Merge pull request #12 from rojotek/patch-1
Update README.md
2015-04-08 01:04:55 -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
Loch Wansbrough
8f39be9aec Merge pull request #9 from scottdixon/readme
Updated README
2015-04-04 00:06:14 -07:00
scottdixon
568e31e5d9 Updated README: included TouchableHighlight component in example. Clarified example setup 2015-04-03 15:59:25 -07:00
Lochlan Wansbrough
8e8663b902 Fixed camera aspect 2015-04-02 20:05:28 -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
92babe626f Minor refactor 2015-04-02 02:49:02 -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
Lochlan Wansbrough
aebf870c1c Bumped version 2015-04-01 10:33:34 -07:00
Lochlan Wansbrough
cb8165eb14 Adding support for camera switching (WIP) 2015-04-01 10:32:53 -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
Lochlan Wansbrough
04f733c04e Support for aspect (fit, fill, stretch) and orientation 2015-03-31 19:27:18 -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
815ea81972 Added Xcode project user data to gitignore 2015-03-31 18:03:22 -07:00
Lochlan Wansbrough
296f190645 Pushing files 2015-03-31 18:02:57 -07:00
Loch Wansbrough
557fc86940 Update .gitignore 2015-03-31 17:57:59 -07:00