forked from hieuvp/react-native-fingerprint-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
Merge main repo v6.0.0 + additional changes till 7th March 2022 into forked branch #7
Merged
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
* update lock * check fragment activity
* Fix package version inconsistency with package.json and its lock file * Copied and pasted app/build.gradle from template at facebook/react-native https://github.com/facebook/react-native/blob/v0.63.4/template/android/app/build.gradle * Specify FLIPPER_VERSION for gradle properties * Include debug.keystore so that anyone can build example app * Fix property reference in JS class * Remove onAuthenticate props from Android FingerPrintPopup and present alert instead of it * Present alert on authentication failed * Update applicationId from default value
* docs(README): note project is no longer actively maintained by previous maintainers, PRs wanted
deprecated jCenter() removed and instead maven jitpack repository added for fingerprintidentify
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): update npm package-lock files * build(deps): use androidx.biometric 1.1.0 * chore(android): removed completely jCenter * build(deps): npm is used in repo currently, not yarn * fix(example, android): fix app name so `yarn react-native run-android` works the app name in manifest was different then the configured app name, so the app did not run from the command line, now it does * build(deps): revert partial react-native version bump you cannot just bump the version without actually doing all the changes required when you update react-native (e.g., integrating diffs from upgrade-helper) the partial change broke the example app on ios, reverting it makes the example app work again, at least up through use of Xcode-12.4. react-native 0.60 does not work with Xcode 12.5+ but that's a known issue and is solved by doing a full update of the example app, which is out of scope for a jcenter change Co-authored-by: Mike Hardy <github@mikehardy.net> Co-authored-by: Matteo Danelli <matteo.danelli@docebo.com>
…rm (hieuvp#205) Will throw an error in case the lib does not support the currently running platform. Fixes problem where metro will fail to even start without non-targetted (.ios.js/.android.js) files
Merge main repo v6.0.0 + additional changes till 7th March 2022 into forked branch
rajarab2
approved these changes
May 19, 2022
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.
Merge the changes from main repo into forked repo for fixing Android build.
The changes are main repo v6.0.0 + Other changes till March 7th 2022 (hieuvp#205)