Skip to content
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 #6

Merged
merged 9 commits into from
May 18, 2022

Conversation

udaisshekhawat
Copy link

@udaisshekhawat udaisshekhawat commented May 18, 2022

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)

iagormoraes and others added 9 commits June 11, 2020 22:24
* 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 (#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
@udaisshekhawat udaisshekhawat marked this pull request as ready for review May 18, 2022 14:01
@udaisshekhawat udaisshekhawat changed the title Merge main repo v6.0.0 into forked branch Merge main repo v6.0.0 + additional changes till 7th March 2022 into forked branch May 18, 2022
@udaisshekhawat udaisshekhawat merged commit 88aae88 into ConnectedHomes:fix/android-build-2022 May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants