Sibelius Seraphini
1d876ef5eb
feat(upgrade): upgrade deps ( #2967 )
...
* feat(upgrade): upgrade deps
* feat(key): add missing debug keystore
2020-09-08 14:28:20 -03:00
dependabot[bot]
f3d6d7db19
chore(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>
2020-07-17 11:59:34 -03:00
dependabot[bot]
9f2796decf
chore(deps): bump acorn from 5.7.3 to 5.7.4 in /examples/basic
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-03-14 03:55:45 +00:00
dependabot[bot]
fc387c271a
chore(deps): bump handlebars from 4.1.2 to 4.5.3 in /examples/basic
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-12-28 01:38:45 +00:00
dependabot[bot]
7a3c8a1a11
chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 in /examples/basic
...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases )
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-08-29 00:53:49 +00:00
dependabot[bot]
75d093d69d
chore(deps): bump merge from 1.2.0 to 1.2.1 in /examples/basic ( #2407 )
...
Bumps [merge](https://github.com/yeikos/js.merge ) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/yeikos/js.merge/releases )
- [Commits](https://github.com/yeikos/js.merge/compare/v1.2.0...v1.2.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-08-07 17:47:17 -03:00
dependabot[bot]
1bf291753c
chore(deps): bump js-yaml from 3.12.0 to 3.13.1 in /examples/basic ( #2403 )
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases )
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-08-07 17:39:27 -03:00
dependabot[bot]
96481137fa
chore(deps): bump lodash from 4.17.11 to 4.17.14 in /examples/basic ( #2369 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-07-14 16:09:08 -03:00
dependabot[bot]
aeda5781e4
chore(deps): bump handlebars from 4.0.12 to 4.1.2 in /examples/basic ( #2303 )
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.0.12 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.1.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-06-06 12:12:49 +02:00
Daniil Ovoshchnikov
025e7d97a4
feat(ios): migrate face detection to mlkit ( #2193 )
...
add face detection using mlkit
add enable tracking prop
cleanup android set tracking methods
remove old face detection
fix basic example not building on ios
2019-04-11 09:10:19 -03:00
Daniil Ovoshchnikov
0ab570a636
feat(mlkit): Migrate Face, Barcode and Text Recognition to Firebase MLKit (iOS - text, Android - all) ( #2075 )
...
* switch to firebase mlkit for text recognition
* migrate android to MLKit
migrate Text detection android to MLKit
update gradle of example app
Update build.gradle
separate gms vision facedetector to general flavor
migrate faceDetector to mlkit and fix incorrect bounds due to padding
migrate barCode detector to mlkit
update android instructions in readme
safe face implementation move gms to generalImplementation
* add mlkit example
setup android of mlkit example
setup ios of mlkit example
fix typo in readme
update example project readme
* amend mlkit migration to include raw data
add barcode detection in basic and mlkit examples
* fix duplicate bridgeDidBackground method
BREAKING CHANGE: We migrated to MLKit instead of Google Mobile Vision
2019-03-11 08:56:24 -03:00
Shashank Kushwah
9d56a21ddc
[Android] Expose barcode bounds and source dimension from google vision barcode scanner ( #2095 )
...
* added react-navigation
* added barcode scanner example
* exposed barcode bounds and source dimensions in google vision barcode
* updated typescript types for google vision barcode
2019-03-09 11:41:15 -03:00
Frieder Bluemle
b9f7d772b2
fix: remove executable bit from regular files ( #2103 ) [skip release] [skip ci]
2019-02-12 10:46:51 +01:00
Laurin Quast
f609afbb44
docs(rn-camera): add rncamera-example without face detection ( #1979 ) [skip ci]
2018-12-11 12:37:48 +01:00