Stanimir
72c5624dd3
fix(example): fixes and updates in mlkit example ( #2618 )
2019-12-02 09:24:12 -03:00
dependabot[bot]
368f2d0860
chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 in /examples/mlkit
...
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 01:07:43 +00:00
dependabot[bot]
eef42fdf93
chore(deps): bump handlebars from 4.1.0 to 4.1.2 in /examples/mlkit ( #2405 )
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.1.0 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.1.0...v4.1.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-08-07 17:39:50 -03:00
dependabot[bot]
9b3db84898
chore(deps): bump js-yaml from 3.12.1 to 3.13.1 in /examples/mlkit ( #2404 )
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.12.1 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.1...3.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-08-07 17:39:38 -03:00
dependabot[bot]
4813cf3722
chore(deps): bump lodash from 4.17.11 to 4.17.14 in /examples/mlkit ( #2370 )
...
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:00 -03:00
Marius Reimer
d8922ac90e
Upgrade to React Native 0.59.1 ( #2162 )
...
* Upgrade to React Native 0.59.1
* Fix CI
* Fix CI
* Fix CI
* Fix CI
* Fix CI
* Fix CI
* Fix CI
* Fix CI
* Fix CI
2019-03-28 18:08:43 -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