Commit Graph

1287 Commits

Author SHA1 Message Date
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]
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]
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
Simon Stern
3682aace2f
Merge pull request #2409 from react-native-community/dependabot/npm_and_yarn/fstream-1.0.12
chore(deps): bump fstream from 1.0.11 to 1.0.12
2019-08-07 15:10:04 -04: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
semantic-release-bot
919cda2a15 chore(release): 3.0.1 [skip ci]
## [3.0.1](https://github.com/react-native-community/react-native-camera/compare/v3.0.0...v3.0.1) (2019-08-02)

### Bug Fixes

* **android:** prevent crash when using Camera2 with autoFocusPointOfInterest ([#2401](https://github.com/react-native-community/react-native-camera/issues/2401)) ([3786223](https://github.com/react-native-community/react-native-camera/commit/3786223))
* **android:** Support writing custom Exif tags to modified image file ([#2402](https://github.com/react-native-community/react-native-camera/issues/2402)) ([c748b4e](https://github.com/react-native-community/react-native-camera/commit/c748b4e))
* **exif:** writing EXIF data with correct data type ([#2396](https://github.com/react-native-community/react-native-camera/issues/2396)) ([66e99d8](https://github.com/react-native-community/react-native-camera/commit/66e99d8))
* App name shouldn't be equal to the registered application ([#2393](https://github.com/react-native-community/react-native-camera/issues/2393)) ([a01187d](https://github.com/react-native-community/react-native-camera/commit/a01187d))
2019-08-02 14:19:36 +00:00
Tadas Talaikis
a01187d0b6 fix: App name shouldn't be equal to the registered application (#2393) 2019-08-02 11:10:23 -03:00
Valentin
c748b4eccc fix(android): Support writing custom Exif tags to modified image file (#2402) 2019-08-02 11:10:10 -03:00
Hanno Fellmann
66e99d8027 fix(exif): writing EXIF data with correct data type (#2396) 2019-08-02 11:09:50 -03:00
Valentin
3786223db2 fix(android): prevent crash when using Camera2 with autoFocusPointOfInterest (#2401) 2019-08-02 11:08:38 -03:00
semantic-release-bot
c90d86b122 chore(release): 3.0.0 [skip ci]
# [3.0.0](https://github.com/react-native-community/react-native-camera/compare/v2.11.1...v3.0.0) (2019-07-19)

### Features

* **docs:** add docs link on readme and also publish v3 to support ([2f6f8e6](https://github.com/react-native-community/react-native-camera/commit/2f6f8e6))

### BREAKING CHANGES

* **docs:** support androidX for react-native >= 60
2019-07-19 12:31:33 +00:00
Sibelius Seraphini
2f6f8e6cce
feat(docs): add docs link on readme and also publish v3 to support
androidX

BREAKING CHANGE: support androidX for react-native >= 60
2019-07-19 09:26:15 -03:00
Mateus Andrade
ce5311cb86
Merge pull request #2328 from xaphod/bugfix/ios-crash-on-error
Fix two crashes on iOS where error leads to runSession being called b…
2019-07-16 09:31:24 -03: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]
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]
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
dependabot[bot]
0d4f9fa732 chore(deps): bump lodash from 4.17.11 to 4.17.14 in /website (#2373)
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:08:52 -03:00
dependabot[bot]
c3f371a2fe chore(deps): bump lodash.merge from 4.6.1 to 4.6.2 in /website (#2367)
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-14 16:08:44 -03:00
Laurin Quast
409d2a9eea break(androidX): upgrading to sdk 28 and androidx (#2068) (#2306)
* upgrading to sdk 28 and androidx

* revert attempt to fix build

* fixing build

* build version fix

* updating example app

* manifest update

* using stable release, instead of beta

* androidx migration doc

* migration doc update

* follow on androidx upgrade after rebase
2019-07-14 16:08:03 -03:00
semantic-release-bot
7699f5262f chore(release): 2.11.1 [skip ci]
## [2.11.1](https://github.com/react-native-community/react-native-camera/compare/v2.11.0...v2.11.1) (2019-07-09)

### Bug Fixes

* LinkingLibrariesWindows.md link ([#2365](https://github.com/react-native-community/react-native-camera/issues/2365)) ([00e9c32](https://github.com/react-native-community/react-native-camera/commit/00e9c32))
2019-07-09 20:44:44 +00:00
Rıdvan Altun
00e9c32453 fix: LinkingLibrariesWindows.md link (#2365) 2019-07-09 17:40:01 -03:00
Mateus Andrade
e6469bb630
Merge pull request #2332 from MateusAndrade/chore/androind-permission-example
Chore - setting androidCameraPermissionOptions to examples
2019-06-29 23:58:42 -03:00
Mateus Andrade
2facf5c71c
Merge pull request #2339 from canozinci/canozinci-patch-1
Update RNCamera.m to fix video quality mismatch while recording multiple videos
2019-06-25 13:53:14 -03:00
Can Ozinci
de88f74788
Update RNCamera.m 2019-06-25 17:27:06 +03:00
MateusAndrade
a12198b8b7 chore(camera-access): permission android Mlkit 2019-06-22 15:28:18 -03:00
MateusAndrade
1cd20cdacb chore(camera-access): change prop to androidCameraPermissionOptions 2019-06-22 15:22:44 -03:00
Mateus Andrade
4075cdf0b0
Update README.md 2019-06-22 15:13:11 -03:00
Mateus Andrade
9b99e66e1c
Update README.md 2019-06-21 23:34:02 -03:00
Mateus Andrade
cb73ffdf68
Merge pull request #7 from react-native-community/master
merge
2019-06-21 23:33:41 -03:00
Tim Carr
7ea241fa78 Fix two crashes on iOS where error leads to runSession being called before commitConfiguration 2019-06-21 15:48:51 -04:00
Andrew Chaa
a77b64cf5b Updating README with RN Camera instruction for iOS simulator (#2326)
* Update README.md

* Update README.md
2019-06-21 10:10:59 -03:00
semantic-release-bot
47ab6b3d0c chore(release): 2.11.0 [skip ci]
# [2.11.0](https://github.com/react-native-community/react-native-camera/compare/v2.10.2...v2.11.0) (2019-06-20)

### Bug Fixes

* **docs-ci:** setting GH_TOKEN_DOCS to deploy docs ([b891b1a](https://github.com/react-native-community/react-native-camera/commit/b891b1a))

### Features

* **funding:** add FUNDING.yml [skip ci] ([3e715b1](https://github.com/react-native-community/react-native-camera/commit/3e715b1))
2019-06-20 01:09:39 +00:00
Mateus Andrade
d5d849cb6d
Merge pull request #2322 from castillobgr/fix-onStatusChange-type
Fixes type of the onStatusChange callback in types/index.d.ts
2019-06-19 22:05:48 -03:00
David Castillo
85b6431353
Fixes type of the onStatusChange callback in types/index.d.ts
Currently, the `onStatusChange` has a type of 
```ts
onStatusChange?(event: {
    cameraStatus: CameraStatus;
    recordAudioPermissionStatus: keyof RecordAudioPermissionStatus;
  }): void
```
Which makes it very inconvenient to use with Typescript, having to set the `cameraStatus` field to `any` in the passed function:
```ts
const handleStatusChange = (event: {cameraStatus: any}) => {
    if (event.cameraStatus === 'NOT_AUTHORIZED') {
    }
  }
```
By changing it to
```ts
onStatusChange?(event: {
    cameraStatus: keyof CameraStatus;
    recordAudioPermissionStatus: keyof RecordAudioPermissionStatus;
  }): void
```
we're able to compare the new status against the intended type, autocomplete, and discard the `any`:
```ts

  const handleStatusChange = (event: {cameraStatus: keyof CameraStatus}) => {
    if (event.cameraStatus === 'NOT_AUTHORIZED') {
      onUnauthorized()
    }
  }
```
2019-06-19 12:53:44 -05:00
Mateus Andrade
117c2a5dcd
Merge pull request #6 from react-native-community/master
merge
2019-06-17 23:15:03 -03:00
Sibelius Seraphini
3e715b1535
feat(funding): add FUNDING.yml [skip ci] 2019-06-13 15:13:56 -03:00
Mateus Andrade
4fe18a5511
Merge pull request #2314 from MateusAndrade/hotfix/setting-gh-token-doc
Hotfix/setting gh token doc
2019-06-12 22:39:50 -03:00
MateusAndrade
b891b1a245 fix(docs-ci): setting GH_TOKEN_DOCS to deploy docs 2019-06-12 22:38:11 -03:00
Mateus Andrade
4d01c8e113
Merge pull request #5 from react-native-community/master
merge
2019-06-12 22:32:46 -03:00
semantic-release-bot
663b119552 chore(release): 2.10.2 [skip ci]
## [2.10.2](https://github.com/react-native-community/react-native-camera/compare/v2.10.1...v2.10.2) (2019-06-13)

### Bug Fixes

* **gh-user:** adding gh-user to deploy with docsaurus ([01d491d](https://github.com/react-native-community/react-native-camera/commit/01d491d))
2019-06-13 01:29:33 +00:00
Mateus Andrade
51b83e02fe
Merge pull request #2313 from MateusAndrade/hotfix/deploy-docs-ci
Hotfix/deploy docs ci
2019-06-12 22:24:12 -03:00
MateusAndrade
01d491d3ff fix(gh-user): adding gh-user to deploy with docsaurus 2019-06-12 22:21:44 -03:00
Mateus Andrade
363f513ed8
Merge pull request #4 from react-native-community/master
merge
2019-06-12 22:20:14 -03:00
Ronaldo Lima
f649e7a1fb
Merge pull request #2307 from MateusAndrade/feature/docsaurus-build
deploy docs based on master changes
2019-06-12 22:57:57 +02:00
Elphas Tori
729aa5d57e Missing AppRegistry Import (#2308)
Added missing AppRegistry in FaCC example
2019-06-10 09:23:30 -03:00
Mateus Andrade
d06963a273
Fix $GH_EMAIL 2019-06-09 11:58:33 -03:00
MateusAndrade
7c016f742b
Setting docs deploy only when master is changed 2019-06-08 22:02:03 -03:00
MateusAndrade
6655864bd5
Setting PR username to update docs 2019-06-08 22:00:08 -03:00
MateusAndrade
13b2366eb9
Testing GIT_USER docusaurus 2019-06-08 21:42:52 -03:00