DK
  1. DK

react-native-camera

Public
AuthorCommitMessageCommit dateIssues
Pradeep SubramaniamPradeep Subramaniam
f51bd0573d3Change s.dependency 'React-Core' to s.dependency 'React'
Pradeep, SubramaniamPradeep, Subramaniam
0676163d807Change zxing lib to compileOnly for android
Felippe Rodrigo PuhleGitHubFelippe Rodrigo Puhle
42388be530fMMerge pull request #3005 from doranteseduardo/masterFixed documentation URL
Eduardo DorantesEduardo Dorantes
4b65edfe849Fixed documentation URL
Sibelius SeraphiniGitHubSibelius Seraphini
d973dbaab68improve
Sibelius SeraphiniGitHubSibelius Seraphini
b01531189adLooking for Maintainers
semantic-release-botsemantic-release-bot
819ba0d526bchore(release): 3.40.0 [skip ci]# [3.40.0](https://github.com/react-native-community/react-native-camera/compare/v3.39.1...v3.40.0) (2020-09-18) ### Features * **ios:** Optimize invertColors / fix memory leak ([#2955](https://github.com/react-native-community/react-native-camera/issues/2955)) ([43f2a0f](https://github.com/react-native-community/react-native-camera/commit/43f2a0f77493f1e30d8ab69753dc02cc0e14e127)), closes [#...
stanleykerrGitHubstanleykerr
43f2a0f7749feat(ios): Optimize invertColors / fix memory leak (#2955)Releases the CGImage that was created in order to populate the UIImage's CGImage property. This probably relates to #2904 and possibly #2950.
dependabot[bot]GitHubdependabot[bot]
90ec544cd2achore(deps): bump logkitty in /examples/advanced/advanced (#2976)Bumps [logkitty](https://github.com/zamotany/logkitty) from 0.6.1 to 0.7.1. - [Release notes](https://github.com/zamotany/logkitty/releases) - [Commits](https://github.com/zamotany/logkitty/compare/v0.6.1...v0.7.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
semantic-release-botsemantic-release-bot
5c1187ed421chore(release): 3.39.1 [skip ci]## [3.39.1](https://github.com/react-native-community/react-native-camera/compare/v3.39.0...v3.39.1) (2020-09-17) ### Bug Fixes * Xcode 12 compatibility ([#2975](https://github.com/react-native-community/react-native-camera/issues/2975)) ([1e7152e](https://github.com/react-native-community/react-native-camera/commit/1e7152e179893c017fcb247e509a157e79890048))
Radek CzemerysGitHubRadek Czemerys
1e7152e1798fix: Xcode 12 compatibility (#2975)
semantic-release-botsemantic-release-bot
d5e74c05ed2chore(release): 3.39.0 [skip ci]# [3.39.0](https://github.com/react-native-community/react-native-camera/compare/v3.38.0...v3.39.0) (2020-09-08) ### Features * **upgrade:** upgrade deps ([#2967](https://github.com/react-native-community/react-native-camera/issues/2967)) ([1d876ef](https://github.com/react-native-community/react-native-camera/commit/1d876ef5ebd16b43506c4484d1749e4cfbe8e19b))
dependabot[bot]GitHubdependabot[bot]
bde54e0559bchore(deps): bump handlebars in /examples/advanced/advanced (#2968)Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.2 to 4.7.6. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.2...v4.7.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependab...
Sibelius SeraphiniGitHubSibelius Seraphini
1d876ef5ebdfeat(upgrade): upgrade deps (#2967)* feat(upgrade): upgrade deps * feat(key): add missing debug keystore
dependabot[bot]GitHubdependabot[bot]
a6a7a9be1b7chore(deps): bump decompress from 4.2.0 to 4.2.1 in /website (#2962)Bumps [decompress](https://github.com/kevva/decompress) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/kevva/decompress/releases) - [Commits](https://github.com/kevva/decompress/compare/v4.2.0...v4.2.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]GitHubdependabot[bot]
27dbe43ad3echore(deps): bump @hapi/hoek in /examples/advanced/advanced (#2965)Bumps [@hapi/hoek](https://github.com/hapijs/hoek) from 8.5.0 to 8.5.1. - [Release notes](https://github.com/hapijs/hoek/releases) - [Commits](https://github.com/hapijs/hoek/compare/v8.5.0...v8.5.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
semantic-release-botsemantic-release-bot
641ae7525c4chore(release): 3.38.0 [skip ci]# [3.38.0](https://github.com/react-native-community/react-native-camera/compare/v3.37.0...v3.38.0) (2020-09-02) ### Features * **windows:** updates for RNW 0.63 ([#2960](https://github.com/react-native-community/react-native-camera/issues/2960)) ([b990a24](https://github.com/react-native-community/react-native-camera/commit/b990a24)), closes [#2942](https://github.com/react-native-community/...
Jon ThysellGitHubJon Thysell
b990a2465c7feat(windows): updates for RNW 0.63 (#2960)Build: * Updated huycn.zxingcpp.winrt to v1.1.0, enables ARM64 build on RNW >= 0.61 * Updated ReactNativeCameraCPP.sln with RNW 0.63 dependencies * Added ReactNativeCameraCPP62.sln for building against RNW 0.62 * Cleaned up ReactNativeCameraCPP61.sln for building against RNW 0.61 ReactNativeCamera RNCamera component: * Passing unspecified maxDuration to recordAsync no longer stops recordin...
semantic-release-botsemantic-release-bot
f4f63523921chore(release): 3.37.0 [skip ci]# [3.37.0](https://github.com/react-native-community/react-native-camera/compare/v3.36.0...v3.37.0) (2020-08-21) ### Bug Fixes * **android:** Fix camera parameters getting lost on setting focus. ([#2946](https://github.com/react-native-community/react-native-camera/issues/2946)) ([4763777](https://github.com/react-native-community/react-native-camera/commit/4763777)) ### Features * **androi...
cristianoccazinspGitHubcristianoccazinsp
7109ac7ab11feat(ios): Reset cached exposure limits to avoid a crash. (#2948)Add exception handling to exposure updates just in case. Co-authored-by: Cristiano Coelho <cristianocca@hotmail.com>
cristianoccazinspGitHubcristianoccazinsp
47637774a15fix(android): Fix camera parameters getting lost on setting focus. (#2946)* Fix camera parameters getting lost on setting focus. * merge error Co-authored-by: Cristiano Coelho <cristianocca@hotmail.com>
cristianoccazinspGitHubcristianoccazinsp
628c4162e17feat(android): Document `pictureSize` and make sure Camera1 implementation uses it appropriately. (#2945)Co-authored-by: Cristiano Coelho <cristianocca@hotmail.com>
semantic-release-botsemantic-release-bot
d7092048ff0chore(release): 3.36.0 [skip ci]# [3.36.0](https://github.com/react-native-community/react-native-camera/compare/v3.35.0...v3.36.0) (2020-08-11) ### Features * **windows:** added barcode scanning support ([#2930](https://github.com/react-native-community/react-native-camera/issues/2930)) ([2782a24](https://github.com/react-native-community/react-native-camera/commit/2782a24)), closes [#2830](https://github.com/react-native-...
dependabot[bot]GitHubdependabot[bot]
5a3af657736chore(deps): bump prismjs from 1.16.0 to 1.21.0 in /website (#2939)Bumps [prismjs](https://github.com/PrismJS/prism) from 1.16.0 to 1.21.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](https://github.com/PrismJS/prism/compare/v1.16.0...v1.21.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users....
Jon ThysellGitHubJon Thysell
2782a24d250feat(windows): added barcode scanning support (#2930)Build: * Fixed issue with edit and continue debug symbols * Fixed ReactNativeCameraCPP61 builds * Added dependency on huycn.zxingcpp.winrt for barcode support ReactNativeCameraCPP RNCamera component: * Added onBarCodeRead event support * Added barCodeScannerEnabled property support * Added barCodeTypes property support * Added barCodeReadIntervalMS property to alter how often the scan occurs...
semantic-release-botsemantic-release-bot
bec91a4b5a0chore(release): 3.35.0 [skip ci]# [3.35.0](https://github.com/react-native-community/react-native-camera/compare/v3.34.0...v3.35.0) (2020-07-23) ### Features * **android:** use FOCUS_MODE_MACRO if FOCUS_MODE_CONTINOUS_PICTURE is not available and device is scanning ([#2912](https://github.com/react-native-community/react-native-camera/issues/2912)) ([20c62fb](https://github.com/react-native-community/react-native-camera/com...
SimonErmGitHubSimonErm
20c62fb972efeat(android): use FOCUS_MODE_MACRO if FOCUS_MODE_CONTINOUS_PICTURE is not available and device is scanning (#2912)Co-authored-by: sermler <s.ermler@evosec.de>
semantic-release-botsemantic-release-bot
5a27a361fd7chore(release): 3.34.0 [skip ci]# [3.34.0](https://github.com/react-native-community/react-native-camera/compare/v3.33.0...v3.34.0) (2020-07-23) ### Features * **android:** onBarCodeRead should also send raw photo bytes, fixed [#2786](https://github.com/react-native-community/react-native-camera/issues/2786) ([#2923](https://github.com/react-native-community/react-native-camera/issues/2923)) ([0df72c3](https://github.com/re...
Hendy IrawanGitHubHendy Irawan
0df72c31143feat(android): onBarCodeRead should also send raw photo bytes, fixed #2786 (#2923)* feat: onBarCodeRead should also send raw photo bytes, fixed #2786 * docs: documentation to explain feature #2786
semantic-release-botsemantic-release-bot
c3159aa374echore(release): 3.33.0 [skip ci]# [3.33.0](https://github.com/react-native-community/react-native-camera/compare/v3.32.0...v3.33.0) (2020-07-21) ### Features * **android:** Added pause and resume recording ([#2911](https://github.com/react-native-community/react-native-camera/issues/2911)) ([360a5b0](https://github.com/react-native-community/react-native-camera/commit/360a5b0))
Pradeep S AsundiGitHubPradeep S Asundi
360a5b0ce23feat(android): Added pause and resume recording (#2911)* Added pause and resume recording functionality for android version 24 onwards * Added pause and resume recording functions to Camera1.java Co-authored-by: Pradeep Asundi <pradeep@asundi.in>
semantic-release-botsemantic-release-bot
951fcbd3975chore(release): 3.32.0 [skip ci]# [3.32.0](https://github.com/react-native-community/react-native-camera/compare/v3.31.1...v3.32.0) (2020-07-17) ### Features * **windows:** updated for react-native-windows 0.62 ([#2882](https://github.com/react-native-community/react-native-camera/issues/2882)) ([93e6581](https://github.com/react-native-community/react-native-camera/commit/93e6581))
dependabot[bot]GitHubdependabot[bot]
0d90e84848bchore(deps): bump lodash from 4.17.15 to 4.17.19 in /examples/tests (#2902)Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]GitHubdependabot[bot]
e78242b0389chore(deps): bump lodash from 4.17.15 to 4.17.19 in /examples/mlkit (#2900)Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]GitHubdependabot[bot]
2d7985a46f1chore(deps): bump lodash in /examples/advanced/advanced (#2903)Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]GitHubdependabot[bot]
f3d6d7db19dchore(deps): bump lodash from 4.17.14 to 4.17.19 in /examples/basic (#2899)Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Jon ThysellGitHubJon Thysell
93e6581cde9feat(windows): updated for react-native-windows 0.62 (#2882)Build: * Updated ReactNativeCameraCPP projects to use the new RNW lib props/targets provided in 0.62 for easier upgrades * Added new ReactNativeCameraCPP solution and readme with instructions for building locally * Added ReactNativeCameraCPP61 solution and project to maintain 0.61 support ReactNativeCameraCPP RNCamera component: * Added properties: defaultVideoQuality, mirrorVideo, autoFocus, ...
dependabot[bot]GitHubdependabot[bot]
d62da5f092fchore(deps): bump lodash from 4.17.14 to 4.17.19 in /website (#2901)Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
semantic-release-botsemantic-release-bot
a1ba2252b27chore(release): 3.31.1 [skip ci]## [3.31.1](https://github.com/react-native-community/react-native-camera/compare/v3.31.0...v3.31.1) (2020-07-13) ### Bug Fixes * Fix (iOS) Fixed RNCameraManager.m ([#2895](https://github.com/react-native-community/react-native-camera/issues/2895)) ([7c796bf](https://github.com/react-native-community/react-native-camera/commit/7c796bf))
Marcel LasajGitHubMarcel Lasaj
7c796bf0fd1fix: Fix (iOS) Fixed RNCameraManager.m (#2895)- Camera Manager now also asks for permission when the description texts for camera and audio permission are localized
dependabot[bot]GitHubdependabot[bot]
bd4a7014a9cchore(deps): bump npm from 6.13.4 to 6.14.6 (#2891)Bumps [npm](https://github.com/npm/cli) from 6.13.4 to 6.14.6. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](https://github.com/npm/cli/compare/v6.13.4...v6.14.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
semantic-release-botsemantic-release-bot
e1462ea169cchore(release): 3.31.0 [skip ci]# [3.31.0](https://github.com/react-native-community/react-native-camera/compare/v3.30.0...v3.31.0) (2020-06-30) ### Features * **ios:** Remove artificial throttling of barcode scanning ([#2884](https://github.com/react-native-community/react-native-camera/issues/2884)) ([9675813](https://github.com/react-native-community/react-native-camera/commit/9675813))
Manish KumarGitHubManish Kumar
9675813b7fefeat(ios): Remove artificial throttling of barcode scanning (#2884)
semantic-release-botsemantic-release-bot
7706ccbea7cchore(release): 3.30.0 [skip ci]# [3.30.0](https://github.com/react-native-community/react-native-camera/compare/v3.29.0...v3.30.0) (2020-06-10) ### Features * **ios:** enhanced advanced example project ([134173f](https://github.com/react-native-community/react-native-camera/commit/134173f)), closes [#2774](https://github.com/react-native-community/react-native-camera/issues/2774)
Renato BenkendorfGitHubRenato Benkendorf
b738f41a7e8MMerge pull request #2865 from rfischer/feat/advanced-example-whitebalanceEnhanced advanced example project
Mateus AndradeGitHubMateus Andrade
0c78f0341d2Mdocs: Merge pull request #2868 from luism3861/fix-scroll-links-api-pagefix scroll links in API Docs website
luism3861luism3861
6f433267d6cfix scroll links Api page in website docs
René FischerRené Fischer
e11918ccf75refactor: removed duplicated check for custom white balance
René FischerGitHubRené Fischer
bb774ead9b7Update examples/advanced/advanced/src/screens/Camera.jsCo-authored-by: Renato Benkendorf <51369951+renatobenks@users.noreply.github.com>
René FischerGitHubRené Fischer
945e97a0428Update examples/advanced/advanced/src/screens/Camera.jsCo-authored-by: Renato Benkendorf <51369951+renatobenks@users.noreply.github.com>