aarongrider
3294428413
Add screenshot to readme
2020-10-23 10:56:03 -07:00
aarongrider
e7bdd94a35
Readme updates
2020-10-23 10:56:03 -07:00
Aaron Grider
417cca680a
Refactor example code
2020-10-23 10:55:39 -07:00
Ran Greenberg
c130931132
Remove wix mentions in commnets in iOS files ( #309 )
...
Remove Wix mentions
2020-10-23 10:51:48 -07:00
Seph Soliman
323ed94609
Fixed duplicate photo storage
...
Breaking change: shouldSaveToCameraRoll is now a prop on <CKCamera /> instead of a function argument
Fixed: Instead of storing a temporary file, allow capturing directly to photo library and use PHAsset identifiers.
PH identifiers allow seamless loading when combined with the rn-community-cameraroll library
2020-10-23 10:51:48 -07:00
Seph Soliman
23b8e69084
Increased photo capture performance, improved photo quality/size
...
Re-encoding as JPEG causes files to bloat up. We now take data directly from camera and save it to the library. We also avoid rotating the photo (which may be introduced later behind a flag) to avoid wasting cycles.
These changes mean that the ratioOverlay no longer crops the image which is a little conter-intuitive (an overlay shouldn't change the capture process). We can reintroduce this feature later if we find a need for cropping besides what the community Image Editor library can provide.
2020-10-23 10:51:47 -07:00
Seph Soliman
b572aaa09b
Added resetFocusTimeout and resetFocusWhenMotionDetected
...
This also fixes inability to dismiss tap to focus
2020-10-23 10:51:47 -07:00
Seph Soliman
b43be67c3c
Merge pull request #118 from kytwb/doc-capture-note
...
Add additional info about .capture() method
2020-06-26 15:18:36 -07:00
Seph Soliman
bef07962c4
Merge pull request #190 from joshuapinter/patch-1
...
Minor typo: "fornt" -> "front"
2020-06-26 15:15:10 -07:00
Seph Soliman
0b10c24d04
Merge pull request #242 from ledbetterljoshua/patch-1
...
Update Readme to accurately reflect QR code API
2020-06-12 18:01:12 -07:00
Roee
1fc876232b
Update README.md
2019-09-03 17:45:22 +03:00
talreiss
ea5846f1e0
Added torch capabilities ( #264 )
...
* added torch capabilities
* removed redundant static function
* added setTorchMode
* added corresponding android setTorchMode feature
* fixed style issues, readme
* restricted setTorchMode format to on/off
2019-06-19 18:24:06 +03:00
joshua ledbetter
3dadd9ef20
Update Readme to accurately reflect QR code API
...
The readme currently states that in order to read QR codes you need to use "onReadQRCode" along with "event.nativeEvent.qrcodeStringValue"; this is not correct. I've updated the readme with the correct API.
2019-01-20 12:39:58 -06:00
Shalom Yerushalmy
fac7ec6413
Revert "Merge pull request #238 from wix/add_torch_feature"
...
This reverts commit 59242bf78b
, reversing
changes made to a56f1b681b
.
2019-01-07 18:27:17 +02:00
Shalom Yerushalmy
e86d440f00
Merge master and add Readme
2019-01-07 10:49:26 +02:00
Shalom Yerushalmy
4ac3ce5ee1
Updated readme
2018-12-27 14:52:37 +02:00
Shalom Yerushalmy
5ef1fcc68a
Update README.md
2018-11-15 12:01:54 +02:00
Joshua Pinter
5cf84d9bf3
Minor typo: "fornt" -> "front"
2018-07-02 19:41:09 -06:00
Ran Greenberg
fe16f2f51c
Revert "update Barcode scanner usage"
2018-04-23 18:21:19 +03:00
DmitryPonomarenko
8401961ed6
delete symbol
2018-04-11 12:59:02 +03:00
Dmytro Ponomarenko
933f12c803
add description in README file
2018-04-09 12:48:54 +03:00
Roman Kozlov
6a015e54e5
change key
2018-03-06 13:56:21 +02:00
Ran Greenberg
c2d37451b9
Update README.md
2018-03-01 16:26:56 +02:00
Dmytro Ponomarenko
7d988699f9
latest changes
2018-03-01 13:21:35 +02:00
Dmytro Ponomarenko
65eddbf6f8
Merge branch 'master' into newFunctionalityBarcodeIOS
2018-03-01 12:08:07 +02:00
Ran Greenberg
631c605a5a
update readme
2018-03-01 12:05:37 +02:00
Ran Greenberg
b9a7535837
update readme
2018-03-01 12:03:43 +02:00
Ran Greenberg
364a41b253
update readme
2018-03-01 11:58:36 +02:00
Ran Greenberg
81d493b972
update readme with running the example project
2018-03-01 11:54:59 +02:00
Dmytro Ponomarenko
4d5f001fd8
README add functionality to QRCode scanner (now able to read barcode)
2018-02-22 09:37:16 +02:00
Amine Mouafik
4fb6e3bbe4
Add additional info about .capture() method
2018-01-18 12:40:48 +07:00
Ran Greenberg
9da6665e59
handle negative numbers and rename to imageStrokeColorWidth
2017-12-31 10:14:19 +02:00
Ran Greenberg
92b7d38767
update readme with imageStrokeWidth
2017-12-30 09:56:19 +02:00
Ran Greenberg
2d23e2fa5d
update README
2017-09-26 11:40:14 +03:00
Ran Greenberg
1b53f39c11
update readme
2017-09-26 11:16:29 +03:00
Ran Greenberg
6caa45d758
update readme
2017-09-26 10:42:57 +03:00
Ran Greenberg
c152300c65
update README
2017-08-18 19:39:42 +03:00
Ran Greenberg
b0293dcfd6
update README
2017-08-18 19:38:32 +03:00
Ran Greenberg
312759f4cd
update README
2017-08-18 19:35:45 +03:00
Ran Greenberg
b18bb56f62
update README
2017-08-17 14:58:40 +03:00
Ran Greenberg
548dbc63ca
update readme
2017-08-17 10:23:59 +03:00
Ran Greenberg
0091f69cb2
update README
2017-08-17 10:20:36 +03:00
Ran Greenberg
d6488070a7
update README
2017-08-16 10:46:18 +03:00
Ran Greenberg
1a2d44643d
update readme
2017-08-15 18:40:56 +03:00
Ran Greenberg
490b11d105
add remote download support, if images aren't exist on the device and stored in iCloud, now camera-kit will support and download it seamlessly
2017-08-15 16:23:18 +03:00
Ran Greenberg
cd31d0759d
update README
2017-08-15 10:26:25 +03:00
Ran Greenberg
01eb3c9ec5
update README
2017-08-15 10:23:33 +03:00
Ran Greenberg
145ffeabfe
Update README.md
2017-08-14 11:26:58 +03:00
Ran Greenberg
dd4c53fca6
Update README.md
2017-08-10 22:41:39 +03:00
Ran Greenberg
41379289b6
update readme
2017-08-05 09:25:59 +03:00