Aaron Grider
9a86c19553
Removed unused import
...
Co-authored-by: Seph Soliman <scarlac@gmail.com>
2020-12-06 22:43:27 -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
50d26188e5
Convert project to TypeScript and refactor example code
2020-11-29 22:37:49 -08:00
aarongrider
a63ca0012d
Android rewrite
2020-11-17 15:42:36 -08:00
aarongrider
e2cee16a0c
Remove RecyclerView dependency
2020-11-12 14:12:49 -08:00
aarongrider
213cf788a4
Remove Gallery
2020-11-12 14:08:11 -08:00
Aaron Grider
ca65a238cf
Merge pull request #328 from aarongrider/baseline
...
Bump Android Baseline & Downgrade ZXing
2020-11-12 10:43:16 -08:00
aarongrider
e85c0cb310
Bump baseline and downgrade ZXing
2020-11-12 10:19:18 -08:00
Aaron Grider
9518f3aef4
Merge pull request #326 from aarongrider/master
...
Bumping version
2020-11-06 15:42:17 -08:00
aarongrider
48fa1fa572
Bumping version
2020-11-06 15:40:23 -08:00
Aaron Grider
19c6717b65
Merge pull request #324 from aarongrider/actions
...
Add GitHub Actions for Linting and Building Example Projects
2020-10-24 18:00:35 -07:00
Aaron Grider
e4a6d0b6c7
Update build actions
2020-10-24 17:29:28 -07:00
Aaron Grider
76a8ba072c
Fix formatting
2020-10-24 17:00:45 -07:00
Aaron Grider
780d943fbd
Add android build action
2020-10-24 16:56:21 -07:00
Aaron Grider
5ee440040f
Add build ios action
2020-10-24 16:45:36 -07:00
Aaron Grider
7f497650fa
Move ios project
2020-10-24 16:45:17 -07:00
Aaron Grider
003d129364
Add linter action
2020-10-24 16:25:46 -07: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
aarongrider
db8eb82e53
Upgrade baseline to iOS 10
2020-10-23 10:56:03 -07:00
aarongrider
79e26ab9bb
Add preview in iOS simulator
2020-10-23 10:56:03 -07:00
aarongrider
df6c237e55
Add back missing exports
2020-10-23 10:56:03 -07:00
Aaron Grider
29a572c7d4
Remove wix references
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
Lev Vidrak
d54cf548e5
rename android package name
2020-10-23 10:51:47 -07:00
Seph Soliman
9ce7650029
Re-added NSLog statements for actual errors
2020-10-23 10:51:47 -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
Minas
1201a155bc
fixed resizeMode in CameraScreenBase
2020-10-23 10:51:09 -07:00
Seph Soliman
3090374b03
Merge pull request #189 from arild-jacobsen/android_capture_uri
...
Use file uri in info returned by capture
2020-06-26 15:31:37 -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
e6ec6c1333
Merge pull request #247 from ehacinom/styleObject-variable-declaration
...
Declare variable when exporting CameraKitCameraScreen styleObject
2020-06-26 15:16:26 -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
1036654424
Merge pull request #297 from wix/match-ios-version
...
Support building with iOS 9 target
2020-06-26 15:13:31 -07:00
Seph Soliman
90b21ca667
Merge pull request #298 from wix/use-device-orientation
...
Fixed orientation bugs
2020-06-22 14:28:00 -07:00
Seph Soliman
eb0fa1d8e9
Fixed orientation bugs
...
Fixes #4 , #69 , #253 , #181 , #99 (Support landscape mode with portrait orientation lock)
2020-06-22 14:11:43 -07:00
Seph Soliman
1ce390dae4
Support building with iOS 9 target
2020-06-22 13:55:53 -07:00
Seph Soliman
4a3752f679
Merge pull request #296 from wix/unwanted-zoom
...
Fixed #6 "zoomed in" issue
2020-06-15 11:08:55 -07:00
Seph Soliman
2455dfc4a0
Merge pull request #295 from wix/support-data-matrix
...
Added support for Data Matrix codes (iOS only)
2020-06-14 09:11:12 -07:00
Seph Soliman
f8e50706f5
Fixed #6 "zoomed in" issue
2020-06-13 20:01:58 -07:00
Seph Soliman
0665b1a1bf
Added support for Data Matrix codes (iOS only)
2020-06-13 19:44:54 -07:00
Seph Soliman
a2f7a7cb79
Merge pull request #293 from redwind/master
...
fix android crash on take picture cause conflict react-native-camera
2020-06-12 18:05:00 -07:00
Seph Soliman
338ba037cb
Merge pull request #263 from azundo/null-cursor-guard
...
Guard against null media cursor (#1 )
2020-06-12 18:04: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