forked from moaazsidat/react-native-qrcode-scanner
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update library #1
Open
manfredxu99
wants to merge
114
commits into
wherefortravel:master
Choose a base branch
from
moaazsidat:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Added a isCameraActivated state to control camera appearance - Added the camera inactive view with TouchableWithoutFeedback to show when camera inactive - Added a function to active/inactive isCameraActivated state
examples should be ignored while publish to registry
Ignore examples while publish
Upgrade react-native-permissions to v2.0.0
- use `RESULTS.GRANTED` instead of string - ensure `react-native-permissions` is at least in version `2.0.2` - regenerate `yarn.lock` (current version contains version `1.1.1` of `react-native-permissions`) - remove unused constants
code and dependencies cleanup after 'react-native-permissions' upgrade
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.11.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](nodeca/js-yaml@3.11.0...3.13.1) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/mhart/StringStream/releases) - [Commits](mhart/StringStream@v0.0.5...v0.0.6) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/justmoon/node-extend/releases) - [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md) - [Commits](justmoon/node-extend@v3.0.1...v3.0.2) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.10...4.17.15) Signed-off-by: dependabot[bot] <[email protected]>
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](jonschlinkert/mixin-deep@1.3.1...1.3.2) Signed-off-by: dependabot[bot] <[email protected]>
…ml-3.13.1 Bump js-yaml from 3.11.0 to 3.13.1
…gstream-0.0.6 Bump stringstream from 0.0.5 to 0.0.6
…d-3.0.2 Bump extend from 3.0.1 to 3.0.2
…h-4.17.15 Bump lodash from 4.17.10 to 4.17.15
…-deep-1.3.2 Bump mixin-deep from 1.3.1 to 1.3.2
fix "incorrect peer dependency" warning on install
Was not able to toogle the flash: Fixed
chore: setup semantic-release dependency & config
chore: setup Github Actions to publish on merge to master
## [1.5.1](v1.5.0...v1.5.1) (2020-12-27) ### Bug Fixes * test Githut Action release ([7d52b38](7d52b38))
The timer is not cleared when the component is unmounted during the set time period of camera timeout.
update readme for react-native-permissions changing.
Revert camera view height back to screen width
## [1.5.2](v1.5.1...v1.5.2) (2021-01-13) ### Bug Fixes * revert camera view height back to screen width ([3cb5bf9](3cb5bf9))
Update README.md
Camera Timeout React Memory Leak Fix
## [1.5.3](v1.5.2...v1.5.3) (2021-01-13) ### Bug Fixes * clear timeout to fix memory leak ([e44250a](e44250a))
react-native-community had a big reorganization and lots of packages were ejected some of those packages maintained the old `@react-native-community/` npmjs.com namespace but some have moved to new namespace. async-storage has moved to new namespace (and released)
chore: use new async-storage location
Fix action error PR #316
Update package-lock.json
## [1.5.4](v1.5.3...v1.5.4) (2021-04-10) ### Bug Fixes * use new async-storage namespace ([c5875b6](c5875b6))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.