Commit Graph

25 Commits

Author SHA1 Message Date
dependabot[bot]
44661fc5d3 chore(deps): bump npm from 6.4.1 to 6.13.4 (#2643)
Bumps [npm](https://github.com/npm/cli) from 6.4.1 to 6.13.4.
- [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.4.1...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-13 15:07:23 -03:00
Simon Stern
186d512f83
Merge pull request #2447 from react-native-community/dependabot/npm_and_yarn/eslint-utils-1.4.2
chore(deps): bump eslint-utils from 1.3.1 to 1.4.2
2019-08-30 10:49:00 -04:00
dependabot[bot]
9c534b09e8
chore(deps): bump mixin-deep from 1.3.1 to 1.3.2
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:06:29 +00:00
dependabot[bot]
56c824e0e3
chore(deps): bump eslint-utils from 1.3.1 to 1.4.2
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-26 20:38:02 +00:00
dependabot[bot]
0f0d429c98 chore(deps): bump js-yaml from 3.10.0 to 3.13.1 (#2408)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.10.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.10.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-07 17:47:08 -03:00
dependabot[bot]
14fa646a93 chore(deps): bump morgan from 1.9.0 to 1.9.1 (#2406)
Bumps [morgan](https://github.com/expressjs/morgan) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/expressjs/morgan/releases)
- [Changelog](https://github.com/expressjs/morgan/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/morgan/compare/1.9.0...1.9.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-07 17:40:10 -03:00
dependabot[bot]
f8abad88ad
chore(deps): bump fstream from 1.0.11 to 1.0.12
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases)
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-02 14:21:09 +00:00
dependabot[bot]
2a4dcf3dfb chore(deps): bump lodash.template from 4.4.0 to 4.5.0 (#2368)
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-14 16:09:18 -03:00
dependabot[bot]
0b46954021 chore(deps): bump handlebars from 4.0.12 to 4.1.2 (#2304)
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:27 +02: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
Laurin Quast
5fe55e16ae
fix(rn-camera): remove lodash dependency (#1996) 2018-12-14 12:13:27 +01:00
Laurin Quast
5d27349115
chore: upgrade prettier and autoformat typescript files upon commit (#1990) [skip ci] 2018-12-12 15:14:02 +01:00
Laurin Quast
d3b7ee6df3
chore(semantic-release): setup semantic-release for automated publishes (#1898)
add semantic-release, use commitizen for commit linting
2018-11-12 08:46:47 +01:00
Sibelius Seraphini
fafe4c1192
chore(yarn): update yarn.lock 2018-09-26 08:54:37 -03:00
Trent Jones
a5c67376af fix: added some missing typescript declarations (#1792) 2018-09-14 16:37:20 -03:00
Sibelius Seraphini
843cbf4ff6
chore(update): update package.json packages (#1739)
* chore(update): update package.json packages

* feat(ci): try to fix ci

* chore(lint): fix lint

* fix(lint): fix lint
2018-08-24 10:13:12 -03:00
Joao Fidelis
3bb9a6484a chore(lint): more lint checks 2018-04-15 12:16:17 -03:00
Joao Fidelis
00f4f4c137 chore(package): enforce no errors on lint and update packages 2018-04-15 11:45:12 -03:00
Sibelius Seraphini
919d07b162 chore(lint): fix lint to make ci work 2018-04-15 08:19:02 -03:00
Sibelius Seraphini
1c7f231af4 feat(android): make android gradle check work 2018-04-15 08:02:49 -03:00
Joao Fidelis
d226393783 feat(changelog): add changelog script 2018-02-14 17:35:20 -02:00
Sibelius Seraphini
42ac309040 feat(chore): add husky to enable commit lint 2018-02-12 07:59:32 -02:00
Sibelius Seraphini
9227d2368f feat(docs): add docs to v1.0.0 2018-02-12 07:51:54 -02:00
Sibelius Seraphini
4b65c655ce chore(eslint): add eslint and prettier 2017-12-31 13:30:33 -02:00
Sibelius Seraphini
ab357b2f57 feat(example): upgrade example to latest rn version 51 2017-12-31 13:13:29 -02:00