Wassim Gharbi
a64d31eb45
Merge pull request #1469 from react-native-community/fix/google-detector
...
fix(barcode): better name google variables and correct init
2018-04-14 18:04:32 -04:00
Joao Fidelis
38e96ed24d
fix(barcode): better name google variables and correct init
2018-04-14 18:52:46 -03:00
Sibelius Seraphini
dba607bff3
Merge pull request #1468 from waitopiggu/master
...
fix(Android): image stretched instead of cropped
2018-04-14 16:58:36 -03:00
waitopiggu
73eb5fd272
fix(Android): image stretched instead of cropped
...
Used the logic from RCTCameraView, but that only worked correctly in Landscape mode.
Added an orientation check and more logic for Portrait mode.
2018-04-14 18:37:44 +01:00
João Guilherme Fidelis
89ba7320ea
Merge pull request #1464 from almost/master
...
Only initialize barcode, face detector and text detectors when needed
2018-04-13 16:08:27 -03:00
Thomas Parslow
e321b54e26
Only initialize barcode, face detector and text detectors when actually needed
2018-04-13 19:58:14 +01:00
João Guilherme Fidelis
f2e9ef950f
Merge pull request #1463 from react-native-community/fix/barcode-default-prop
...
fix(barcode-prop): fix default value and add more values
2018-04-13 13:18:48 -03:00
Joao Fidelis
2c87b44b16
fix(barcode-prop): fix default value and add more values
2018-04-13 13:17:29 -03:00
Sibelius Seraphini
087fe6098a
Merge pull request #1462 from avshenuk/rn-camera-fixes
...
Fix camera issues.
2018-04-13 10:55:57 -03:00
serhiiavsheniuk
e3bdc92ebb
Fix camera issues.
2018-04-13 14:18:47 +02:00
Sibelius Seraphini
4b8b1d4f99
Rename Recipes to Recipes.md
2018-04-11 12:55:10 -03:00
Sibelius Seraphini
9d362d04a7
add thumbnail recipe
2018-04-11 12:54:40 -03:00
Sibelius Seraphini
dfc52b87f9
Create Recipes
2018-04-11 12:47:06 -03:00
Sibelius Seraphini
fa186f09f0
Merge pull request #1457 from avshenuk/google-vision-barcode-detector
...
Add GoogleVision barcode scanner
2018-04-10 19:24:28 -03:00
Serhii Avsheniuk
8f72ef949f
Add GoogleVision barcode scanner.
2018-04-10 23:32:11 +02:00
João Guilherme Fidelis
883d80869e
Merge pull request #1456 from react-native-community/fix/docs/skipProcessing
...
fix(docs): move skipProcessing to 'Supported options'
2018-04-10 13:53:32 -03:00
Felippe Rodrigo Puhle
8054200f81
fix(docs): move skipProcessing to 'Supported options'
2018-04-10 13:38:47 -03:00
Sibelius Seraphini
e0e1c47273
Merge pull request #1444 from almost/patch-1
...
Add state flow type for RNCamera component
2018-04-09 19:36:20 -03:00
Thomas Parslow
89d96f2901
Add state flow type for RNCamera component
...
Makes it work with Flow 0.63.0
2018-04-07 14:54:19 +01:00
Felipe Constantino
be3e0ebfb8
feat(types): add types for #1441
2018-04-06 16:15:11 -03:00
João Guilherme Fidelis
a506fda0a3
Merge pull request #1441 from react-native-community/feat/play-sound
...
feat(play-sound): play sound on capture (android)
2018-04-06 15:18:26 -03:00
Joao Fidelis
69242183cc
feat(play-sound): play sound on capture (android)
2018-04-06 14:55:18 -03:00
João Guilherme Fidelis
b0bd0de2b3
Merge pull request #1440 from paramaggarwal/patch-1
...
Remove nonexistent Android permission
2018-04-06 13:17:20 -03:00
Param Aggarwal
724b820eb0
Remove nonexistant Android permission
...
Continuation of #863 .
2018-04-06 21:16:07 +05:30
Sibelius Seraphini
77deb2efa3
Merge pull request #1437 from wbyoung/fix-location-metadata-docs
...
Clarify that location is a property of metadata
2018-04-05 18:08:15 -03:00
Whitney Young
2111c4850e
Clarify that location
is a property of metadata
...
Currently this property appears in the docs like it's a key of the
`options`, but it appears to actually be a key on `metadata` both in the
code and from the prior example in the docs.
2018-04-05 14:01:12 -07:00
João Guilherme Fidelis
2a042dfe3b
Merge pull request #1433 from SimonErm/feature/CropsPreviewOnAndroid
...
Crops Preview on Android
2018-04-04 09:46:14 -03:00
Simon Ermler
0e3e84e35b
Crops Preview on Android
2018-04-03 21:34:40 +02:00
Felipe Constantino
6cc3d89bec
feat(types): add types for #1428
2018-04-03 10:39:51 -03:00
Oscar Franco
88f3109657
Merge pull request #1428 from ospfranco/master
...
Add skipProcessing flag for android for fast picture saving
2018-04-03 15:33:09 +02:00
Oscar Franco
3b11424abe
Add entry to docs
2018-04-03 15:30:18 +02:00
Oscar Franco
0eddf6d391
Add skip processing on android for fast picture saving
2018-04-03 07:23:55 +02:00
João Guilherme Fidelis
e6e4f8d725
Merge pull request #1422 from SimonErm/feature/fixBarcodeScanOnPortraitMode
...
Fix for missing barcodescan on Android
2018-04-02 09:56:51 -03:00
Rickard Ekman
33b1d16b06
Update readme to reflect changes made in #1418 ( #1423 )
2018-03-31 08:41:46 +02:00
Simon Ermler
ac7e450b70
rotate received data on portrait mode
2018-03-31 00:20:03 +02:00
João Guilherme Fidelis
24e3ae9e3e
Merge pull request #1418 from react-native-community/update-gms
...
chore(gms): change default gms to 12.0.1
2018-03-30 13:41:30 -03:00
Joao Fidelis
94c8968b26
chore(gms): change default gms to 12.0.0
2018-03-29 21:22:49 -03:00
João Guilherme Fidelis
077249e169
Merge pull request #1417 from react-native-community/cameraview
...
chore(cameraview): update camera view
2018-03-29 21:08:24 -03:00
Joao Fidelis
501ffe8336
chore(cameraview): update camera view
2018-03-29 21:07:47 -03:00
João Guilherme Fidelis
97fad72177
Merge pull request #1414 from wbroek/fix/emulator
...
Emulator crash fix #1234
2018-03-29 21:01:11 -03:00
Wouter van den Broek
d0e0d26138
Emulator crash fix #1234
...
On the emulator it crashed because the image byte array was incorrect and no cache directory was defined so it could not be written
2018-03-29 13:49:03 +02:00
Felipe Cavalcante Constantino
3eb09933fb
Merge pull request #1410 from react-native-community/types/fix-1402
...
fix(types): fix types for #1402
2018-03-28 15:45:10 -03:00
Felipe Constantino
26f9a1e53b
fix(types): fix types for #1402
2018-03-28 11:17:41 -03:00
Sibelius Seraphini
3eb41590e6
Merge pull request #1409 from anandprabhu/master
...
Add maven url for Google support libraries
2018-03-28 05:36:46 -03:00
Anand Prabhu
5a00c20408
Add maven url for Google support libraries
2018-03-28 11:05:03 +04:00
Sibelius Seraphini
bc8b998efc
Merge pull request #1405 from react-native-community/fix/rncamera-docs
...
fix(docs): Header on the wrong position
2018-03-27 16:11:03 -03:00
Sibelius Seraphini
5d30477f63
Merge pull request #1402 from SimonErm/feature/barcodeBounds
...
Adds bounds to barcodeReadEvent
2018-03-27 16:10:50 -03:00
Felipe Cavalcante Constantino
589a081929
fix(docs): Header on the wrong position
...
"Component instance methods" header on the wrong position
2018-03-27 09:59:31 -03:00
Simon Ermler
6939734ba3
add bounds to barcodeReadEvent
2018-03-26 23:15:59 +02:00
Sibelius Seraphini
c839f11f45
Merge pull request #1397 from photomadic/fix/exposure-while-recording
...
Fix underexposed beginning of video recording when AVCaptureMovieFileOutput is added
2018-03-25 11:45:35 -03:00