Commit Graph

103 Commits

Author SHA1 Message Date
Seph Soliman edfa42380f
v13 (#491)
* Removed saveToCameraRoll & saveToCameraRollWithPhUrl.
Use react-native-cameraroll instead.

Upgraded CameraX to 1.1.0,
Upgraded com.google.mlkit:barcode-scanning to 17.0.2

* v13.0.0
2022-08-29 11:29:07 -07:00
Boby chaudhary 9e60590638
Fix: Minor typo mistake (#437)
Minor typo mistake
2022-03-29 14:08:51 -07:00
Seph Soliman 6be7a1f6cb Added support for saveToCameraRoll on Android. Doc updates. 2021-06-08 16:01:44 -07:00
Seph Soliman 4249927da1 Updated docs, exported constants 2021-05-26 17:07:08 -07:00
Aaron Grider 8caa6d1266
Update README.md 2021-02-25 18:22:24 -08:00
aarongrider 3c870bcdc5 Add docs for Android Kotlin support 2021-02-25 10:07:48 -08:00
aarongrider 9f16c53509 Update readme for additional clarity 2021-02-23 10:07:42 -08:00
aarongrider 75edaf08c6 Default Camera to flex of 1 2021-02-04 15:55:47 -08:00
aarongrider 66f517599c Add permissions instructions to readme 2021-02-04 15:42:55 -08:00
aarongrider 2b74c5d71f Export CameraType from index 2021-02-04 15:33:42 -08:00
aarongrider 95781c9be2 Fix color props and update api 2021-01-11 11:16:40 -08:00
aarongrider b909d01dfc Add torch mode 2021-01-09 13:12:53 -08:00
aarongrider 41f915d42f Refactor camera screen and fix bugs 2021-01-07 23:05:06 -08:00
aarongrider dd597249c2 Add prop to show capture count 2021-01-05 16:38:30 -08:00
aarongrider 0cb607e51b Update readme 2021-01-05 16:06:42 -08:00
aarongrider 2594fd4f03 Implement zoom mode toggle for Android 2021-01-05 15:39:04 -08:00
aarongrider ab1f181961 Revert change to ref doc, this method of passing ref is easier to understand 2021-01-05 12:16:36 -08:00
aarongrider c5f96c763f Update docs to reflect zoomMode stubbed prop 2021-01-05 12:14:21 -08:00
aarongrider c3b62afba7 iOS: Update api 2021-01-04 14:45:03 -08:00
Aaron Grider 0e6eaf0324
Update README.md
Co-authored-by: Seph Soliman <scarlac@gmail.com>
2020-12-06 22:42:35 -08:00
Aaron Grider 3afb57a61d
Update README.md
Co-authored-by: Seph Soliman <scarlac@gmail.com>
2020-12-06 22:42:16 -08:00
aarongrider e271725442 Update documentation 2020-11-29 22:38:18 -08:00
aarongrider a63ca0012d Android rewrite 2020-11-17 15:42:36 -08:00
aarongrider 213cf788a4 Remove Gallery 2020-11-12 14:08:11 -08:00
aarongrider d29aca2a31 Prettier formatting 2020-10-23 10:56:03 -07:00
aarongrider cd847a3477 Use yarn in readme 2020-10-23 10:56:03 -07:00
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