SimonErm
1e64b15cc1
fix: change misspelled upce to upc_e (adjust to native constants) ( #2109 )
2019-02-15 11:42:15 +01:00
Laurin Quast
45efcdb74d
fix(types): fix onStatusChange callback typescript definitions ( #2091 ), Fixes #2090
2019-02-03 20:33:36 +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
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
26300870ad
chore: format typescript typings with prettier ( #1989 ) [skip ci]
2018-12-12 14:46:04 +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
Cosmo Wolfe
4f3e4f126d
fix(typings): add typescript typing for property defaultVideoQuality ( #1907 )
2018-11-07 09:19:49 +01:00
Cosmo Wolfe
d69d28b400
feat(qr-code): return raw barcode data if available ( #1904 )
2018-11-07 08:53:56 +01:00
Robert van Kints
7ee140bbdc
feat(android): add inverted google vision barcode scanning ( #1896 )
2018-11-01 22:27:23 +01:00
João Marins
f0c18b7c20
chore(ts): add doNotSave to ts type definitions
2018-09-21 17:13:16 -03:00
Trent Jones
a5c67376af
fix: added some missing typescript declarations ( #1792 )
2018-09-14 16:37:20 -03:00
SimonErm
c29715f238
Update Typescript Typedefinitions ( #1781 )
...
* add missing Props and Options
* fix type
* add OrientationType
2018-09-13 12:58:46 -03:00
Diego Cáceres
e41a6e2b58
added the requested changes in PR#1517
2018-07-30 13:49:00 -03:00
Wasili Adamow
ebca432f76
Update index.d.ts
2018-05-23 12:54:32 +02:00
Felipe Cavalcante Constantino
3ce3c80db6
feat(types): add types for #1547 ( #1548 )
2018-05-07 13:33:58 -03:00
Felipe Constantino
f61004de62
feat(types): add types for #1523
2018-04-26 14:03:20 -03:00
Felipe Constantino
842dc1cb58
feat(types): add types for #1518 (FaCC)
2018-04-26 11:13:02 -03:00
serhiiavsheniuk
e3bdc92ebb
Fix camera issues.
2018-04-13 14:18:47 +02:00
Serhii Avsheniuk
8f72ef949f
Add GoogleVision barcode scanner.
2018-04-10 23:32:11 +02:00
Felipe Constantino
be3e0ebfb8
feat(types): add types for #1441
2018-04-06 16:15:11 -03:00
Felipe Constantino
6cc3d89bec
feat(types): add types for #1428
2018-04-03 10:39:51 -03:00
Felipe Constantino
26f9a1e53b
fix(types): fix types for #1402
2018-03-28 11:17:41 -03:00
Simon Ermler
6939734ba3
add bounds to barcodeReadEvent
2018-03-26 23:15:59 +02:00
Felipe Constantino
c0ace2e94c
feat(types): add types for text detection feature
2018-03-23 10:52:50 -03:00
Felipe Constantino
f925225484
feat(types): update types for video recording codec
2018-03-13 11:14:07 -03:00
Felipe Constantino
a9947b47d5
fix(types): fix onBarCodeRead type
2018-03-05 14:15:47 -03:00
Felipe Constantino
9885f31e5c
add missing mirrorImage takePicture opt to docs + types
2018-02-27 16:56:38 -03:00
Felipe Cavalcante Constantino
cc27203658
chore(types): add new keys to TakePictureOptions
...
Add new key types to `TakePictureOptions` according to the #1283 PR
2018-02-27 14:11:38 -03:00
Felipe Constantino
4d1616c57a
fix(types): fix definition for RNCameraProps.ratio
...
It was "number" and not "string"
+ add new flag TakePictureOptions.forceUpOrientation
2018-02-26 17:06:04 -03:00
Felipe Constantino
ba21875001
feat(types): add FaceDetector declarations
...
+ Fix type errors on "noImplicitAny" compilerOption
2018-02-23 14:57:21 -03:00
Felipe Constantino
a94bad5e37
feat(types): add TypeScript definition files
...
Solves #785
2018-02-23 13:46:16 -03:00