168 Commits

Author SHA1 Message Date
Sibelius Seraphini
ec99318b46
Merge pull request #1322 from ognen/feature/fine-grained-podspec
Fine-grained podspec (iOS)
2018-03-07 11:45:42 -03:00
Ognen Ivanovski
0f7ee5dfbe Updated README.md 2018-03-06 15:28:57 +01:00
Fred Souza
7d866cb3ed
Fixing typo 2018-03-05 23:00:56 -03:00
Sibelius Seraphini
8ea53634c7
Merge pull request #1240 from michalpokojski/master
Update instructions for getting project without FaceDetector
2018-02-14 09:02:11 -02:00
Alexandre Raulin
e387ca3386
Fix readme links 2018-02-14 11:49:08 +01:00
michalpokojski
307da987c7
Update instructions for getting project without FaceDetector
There were two problems with shell script written in instructions:
1. No checking if `FaceDetector` dir exists so removing something that doesn't exist would throw an error
2. there is co `RCTCamera` anymore so I renamed it to `RNCamera`
2018-02-14 11:39:02 +01:00
João Marins
2dde01f516
Add monthly downloads badge 2018-02-12 20:22:41 -02:00
Jason Schoeman
ea94df18f9
Update README.md
There is an issue in the docs stating that the file `import org.reactnative.RNCameraPackage;` should be added, this is incorrect and should be 1import org.reactnative.camera.RNCameraPackage;`
2018-02-12 13:43:48 +02:00
Sibelius Seraphini
9227d2368f feat(docs): add docs to v1.0.0 2018-02-12 07:51:54 -02:00
Joao Fidelis
28aab558e0 Added warning on main readme.md about package change on master branch 2018-02-03 10:47:16 -02:00
Joao Fidelis
25534e35ab Make FaceDetection optional in iOS 2018-01-26 19:12:01 -02:00
Joao Fidelis
151e58e234 Get rid of cocoapods dependency 2018-01-23 15:40:50 -02:00
Sibelius Seraphini
c8ca1b0304 upgrade readme 2018-01-21 13:01:15 -02:00
Nicolas Morin
0778294697 Fix performance issue on Android: add option to clear window background when camera starts 2018-01-20 21:17:19 +01:00
Nicolas Morin
2c3444ce29 Return picture size 2018-01-19 19:52:26 +01:00
Sibelius Seraphini
18bc60448f
Merge pull request #1106 from nicemanis/master
README update for com.android.support build issue
2018-01-17 16:17:32 -02:00
Dāvis Nicmanis
e453ac3b34 Removed Q: and A: from titles 2018-01-17 20:16:17 +02:00
Dāvis Nicmanis
2d1e4336c7 Updated README with original solution for AndroidManifest build error 2018-01-17 20:10:55 +02:00
Rojuinex
a56ce843c7
Update README.md 2018-01-16 17:55:30 -07:00
Dāvis Nicmanis
4e77cb502e README update for com.android.support build issue 2018-01-16 11:33:20 +02:00
nrakochy
60d979cb3f Removed iOS label from on-focused-changed header 2018-01-12 14:49:23 -06:00
Sibelius Seraphini
36430a9b3e
Update README.md 2018-01-12 16:11:39 -02:00
João Marins
d0d0bfa764
Update README.md 2018-01-12 14:39:48 -02:00
Sibelius Seraphini
bc975b4bac
add Q&A section 2018-01-10 12:31:34 -02:00
Sibelius Seraphini
85e39006e4
add expo slack as the main chat for contributors 2018-01-10 07:33:19 -02:00
Marcus Andersson
e546ae852c fixed merge conflicts. 2018-01-08 21:12:39 +01:00
Sibelius Seraphini
7bfe41b67e add jitpack info to android instructions 2018-01-08 10:57:53 -08:00
Sibelius Seraphini
19a95c580d update README 2018-01-07 09:12:01 -08:00
Oscar Franco
7610ddd8e8 [ENHANCEMENT] Add new properties to README file 2018-01-07 08:55:26 +01:00
Oscar Franco
6749e9e19b [ENHANCEMENT] Add permission handling for android 6+ 2018-01-06 08:54:40 +01:00
samuela
ba47878103
Update README.md 2018-01-03 22:07:14 -05:00
Marcus Andersson
c99f676877 added documentation. 2017-12-28 17:50:21 +01:00
Arturs Jansons
41fefdb3f7
#557 Fix documentation about barCodeTypes property 2017-12-20 15:37:57 +03:00
Marcin Wadoń
ea859ca45f (docs): Fix typo in README camera usage description (#1046) 2017-12-14 15:01:42 -08:00
Sibelius Seraphini
241b5d1060
Merge pull request #859 from cbrevik/start-stop-preview
Add start/stopPreview for Camera
2017-12-07 10:48:23 -02:00
Sibelius Seraphini
6bc1de69d7
Merge pull request #746 from superyarik/master
Add onBarCodeRead example
2017-12-07 10:39:49 -02:00
Sibelius Seraphini
7c796d767e
Merge pull request #957 from geoffreyc/master
Added info about autofocus/taptofocus for android
2017-12-07 10:38:09 -02:00
Sibelius Seraphini
36604200e3
Merge pull request #1020 from JSandmark/patch-1
Update Readme that CAMERA permission is requierd
2017-12-07 10:37:20 -02:00
Jon Wilkes
4224c37ce2
Update README.md 2017-12-05 11:47:00 +00:00
Johan Sandmark
d9b1de5db6
Update Readme that CAMERA permission is requierd
Developers are lazy, it would help to clarify to new people that normal camera permissions actually are required. Specially under the headline permissions.
2017-12-03 09:57:46 +01:00
geoffreyc
4bb3f62369 Added info about autofocus/taptofocus for android
Added settings to place into AndroidManifest.xml to get all focus functionalities working 100%
2017-10-24 10:08:41 +01:00
4a6f616f Gracinha
52b11f2d32 Update README.md with NSPhotoLibraryAddUsageDescription (#924)
closes #923
2017-10-15 12:16:02 +02:00
Akshay Kadam
4b4160801e Format Code Blocks (#912)
* Format Code Blocks

* Format Code Blocks
2017-09-28 07:10:58 +02:00
Jonathan Beckman
dc1724507a Update README.md (#883)
took out an unneeded word
2017-09-10 21:18:58 +02:00
mannol
161c568095 (android): Remove nonexistant Android permission (#863)
Android does not have RECORD_VIDEO permission. For a list of available permissions check [this link](https://developer.android.com/reference/android/Manifest.permission.html).
2017-08-29 11:26:19 -07:00
Christian Brevik
1bcf8577a4
Add start/stopPreview for Camera 2017-08-27 18:08:58 +02:00
Michael J Gallagher
2937ecafb9 Install from NPM not GitHub (#823) 2017-08-03 12:22:36 -07:00
Hagen Hübel
7b16017a2e Fixed README for the audio-Property for iOS (#809) 2017-08-01 10:14:42 -07:00
superyarik
7755419215 Create README.md
Add onBarCodeRead example
2017-06-08 15:43:22 +03:00
Zack Story
acc60d3cf8 Update README.md 2017-06-02 12:00:36 -07:00