Commit Graph

95 Commits

Author SHA1 Message Date
Ronaldo Lima
1d1ef7473f minor updates 2019-06-01 16:30:22 +02:00
Ronaldo Lima
f3e1bf04fd start API.md 2019-06-01 16:02:13 +02:00
Ronaldo Lima
f2261bfd6f add sponsors section to index 2019-06-01 12:57:55 +02:00
Ronaldo Lima
51ef01184b add all pages 2019-06-01 11:35:31 +02:00
Ronaldo Lima
de9e341ef9 Add EXPO_USAGE and MIgrating page 2019-06-01 11:09:16 +02:00
Ronaldo Lima
469eafdfb4 initial bootstrap on documentation 2019-06-01 10:50:16 +02:00
Mark Oates
4992572e81 Update spelling (#2217)
Some people search for "deprecated" and it was misspelled in the doc.
2019-04-18 13:21:04 -03:00
Sibelius Seraphini
c76a963026
feat(camera): remove deprecated RCTCamera, fix #1890 (#2215) 2019-04-17 22:54:48 -03:00
Daniil Ovoshchnikov
1b9fb63e56 feat(mlkit): add mlkit barcode detection ios (#2209)
extend barcode type cases for android
2019-04-16 15:33:46 -03:00
Kacper Kula
e564648b7c feat(android): support for Rationale (#2110) (#2206)
depracate permissionDialogTitle and permissionDialogMessage
add new props: androidCameraPermissionOptions and androidRecordAudioPermissionOptions
add functionality: when depracated parameters are provided, they are used instead of new ones (and the warning message is set).
2019-04-14 08:46:30 -03:00
Craig Tuttle
7bb9a1205c feat(android): autoFocusPointOfInterest, Camera & Camera2 (#1974)
* Android autoFocusPointOfInterest, Camera & Camera2

* updated example with touch to focus
2019-03-30 17:45:44 -03:00
Tushar Gupta
cc5ae2a26e Update migrationV2.md (#2159)
Just a tiny fix for peeps who will be copy-pasting! :)
2019-03-20 11:45:30 -03:00
Daniil Ovoshchnikov
4ea35e33bb add version 2.x migration guide (#2143) 2019-03-14 09:53:01 -03:00
Marius Reimer
1a89d7981a Feature: isRecordingInterrupted video promise property (#2007)
* feat(rn-camera): add isRecordingInterrupted return property

* docs(rn-camera): added isRecordingInterrupted description

* Merge branch 'master' into feat-isRecordingInterrupted
2019-03-10 14:51:51 -03:00
Dariusz Górak
04ea06a17d fix: introduce refreshAuthorizationStatus method (#2014) 2019-03-08 11:18:39 -03:00
Shahnawaz Ali Kausar
3f70e46aa2 feat(docs): added barcode-mask link (#2128) [skip ci] 2019-02-28 22:07:34 -03:00
Laurin Quast
0ef031b958
docs(q-a): add how to save video/image to camera roll (#2115) 2019-02-18 12:44:58 +01:00
Laurin Quast
74c1fbed2c
docs(q-a): add video thumbnail recommendation (#2114) [skip release] [skip ci] 2019-02-18 10:50:24 +01:00
Bora Tunca
1dfc867561 docs: update location and description of the examples (#2102) [skip ci] [skip release]
Fixes
* Update location: Examples have moved to https://github.com/react-native-community/react-native-camera/tree/master/examples .
* Remove out of date claim: In this directory there are no examples with face recognition. Only one example has been added, that doesn't have face recognition (https://github.com/react-native-community/react-native-camera/pull/1979). 
* Remove repository reference: This is not a standalone repo anymore, it is a directory in the `react-native-camera` repo.
2019-02-12 11:00:47 +01:00
Michael Ossareh
4bcf88e99a feat: add onStatusChange callback (#2003) 2019-01-31 09:29:56 +01:00
Laurin Quast
22533ed8e8
feat: allow camera scene when audio permissions are denied (#2048), Fixes #2047, Fixes #2051 2019-01-18 15:58:48 +01:00
Andrew Schenk
d93a6c7e11 feat(android): add videoBitrate option for recordAsync (#2055) [skip release] 2019-01-18 15:48:42 +01:00
Laurin Quast
62324f8898
docs: reformat documentation with prettier (#2049) [skip release] 2019-01-14 09:29:12 +01:00
Simon Arneson
2940faf871 fix(rn-camera): set default captureAudio property value to true (#2037)
Closes #2030
2019-01-08 11:29:48 +01:00
Laurin Quast
401c485db3
feat(rn-camera): deviceOrientation, videoOrientation, pictureOrientation
* feat(rn-camera): add deviceOrientation and videoOrientation to record response.

* feat(rn-camera): add deviceOrientation and pictureOrientation to take-picture-response

* fix(rn-camera): unify orientation handling for recording and takeing picture

* fix(types): adjust typescript types

* docs(rn-camra): document new properties

* fix(android): respect actual boolean value instead of only checking if it is present.

* feat(android): implement orientation prop for takePictureAsync

* feat(android): implement orientation prop for recordVideoAsync

* docs(rn-camera): adjust documentation

* fix(types): unmark properties as ios only

* fix(android): use constants
2018-12-12 15:04:08 +01:00
Laurin Quast
515bccb7f5
docs(rn-camera): remove unimplemented property (#1987) [skip ci]
Fixes #1978
2018-12-11 12:01:16 +01:00
Benas Svipas
54fedeedd3 feat(ios): add new method isRecording (#1969)
* feat: isRecording() to RNCamera which returns boolean

* docs: update RNCamera and typings
2018-12-05 17:38:33 +01:00
Leonardo Cardoso
dd843bd358 docs: remove unused import from example [skip ci] (#1957) 2018-11-30 11:11:29 +01:00
Tomas Zaicevas
e18d52d204 docs: fix typo [skip ci] (#1945) 2018-11-26 10:16:38 +01:00
SimonErm
b1d91eb91a docs: barcode bounds differences on ios and android (#1936)
[skip ci]
2018-11-20 22:24:26 +01:00
Cosmo Wolfe
d69d28b400 feat(qr-code): return raw barcode data if available (#1904) 2018-11-07 08:53:56 +01:00
Ruben Maher
f6f9f2916d feat: add property pauseAfterCapture to takePictureAsync (#1641) 2018-11-06 13:18:48 +01:00
Robert van Kints
7ee140bbdc feat(android): add inverted google vision barcode scanning (#1896) 2018-11-01 22:27:23 +01:00
Ruben Velazquez Calva
09828cdf1e fix(rn-camera) prevent camera-flickering on ios by introducing new property defaultVideoQuality (#1886)
* Adding defaultVideoQuality property for iOS

* Remove quality in Readme

* Restore preset when cleanup the camera

* Validate isRecording to stopRecording

* Update the quality only if has changed.

* Fix AVCaptureSessionPreset type
2018-10-29 15:59:57 +01:00
Tadas Talaikis
2906ae1563 Fixed first example (#1853)
Solves many repeated Android permissions and taking pictures error reports, ex: #1708
2018-10-19 09:30:24 -03:00
João Guilherme Fidelis
20aed99c38
Merge pull request #1843 from react-native-community/add-slide-up-zoom-recipe
docs: add slide-up zoom recipe
2018-10-17 21:52:41 -03:00
João Guilherme Fidelis
66b683f938
Merge pull request #1847 from romeldris/update_captureaudio_docs
Docs: Remove iOS only for captureAudio prop
2018-10-17 21:52:13 -03:00
Diego Medina
69807f585f
specify code jsx 2018-10-17 15:19:42 -04:00
romeldris
2d3e161b5a Remove iOS only for captureAudio prop 2018-10-10 23:37:38 -07:00
Laurin Quast
737a5a2ef5
docs: add slide-up zoom recipe 2018-10-10 12:28:33 +02:00
Diego Medina
f81c9cd8f5 Add documentation for react-navigation solution 2018-10-08 22:44:52 -04:00
Laurin Quast
1bc6d5bff0 Merge remote-tracking branch 'upstream/master' into pull-1640 2018-09-25 08:45:48 +02:00
Laurin Quast
0f697d0703
Merge pull request #1715 from PixilatedPhoto/master
Added onPictureTaken event emitter to RNCamera in Android
2018-09-24 22:58:41 +02:00
Josh Sacks
471df065c8 updated docs with onPictureTaken event 2018-09-24 14:18:01 -04:00
Weiliang Li
9f65f52f28 Add onGoogleVisionBarcodesDetected explanation (#1808) 2018-09-24 10:25:09 -03:00
Aamir
652ea5f171 Adding 'doNotSave' option to skip saving (#1770)
* Add 'doNotSave' flag to android

Added check for 'doNotSave' flag to prevent saving picture to cache

* Update RNCameraManager to check for 'doNotSave'

Updated RNCameraManager to avoid saving to disk when 'doNotSave' set to true

* Update RNCamera to check for 'doNotSave'

Updated RNCameraManager to avoid saving to disk when 'doNotSave' provided and set to true

* Added notes for doNotSave

Added documentation for using doNotSave option
2018-09-03 10:11:43 -03:00
Daniil Ovoshchnikov
e12310869e implement text recognition for ios (#1775)
fix typo

fix aspect ratio
2018-09-03 10:11:09 -03:00
Diego Cáceres
0fe7906c37 merge with upstream master and fix conflicts 2018-07-30 13:46:38 -03:00
Armando Assunção
860662e0b0 Fixed example size of maxFileSize in RNCamera.md (#1705) 2018-07-23 14:26:36 -03:00
Joe Ridenour
aca37d30e5 Continued Recording
- Updated RNCamera.js to allow for path in recording options
- Updated RNCamera.m to check for new `path` key in options
- Updated RNCameraView.java to check for `path` property to use
- Updated RNCamera.md to reflect new option
2018-06-19 09:04:42 -05:00