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

fix(android): remove jcenter repository completely #202

Merged
merged 6 commits into from
Jan 4, 2022

Conversation

matteodanelli
Copy link
Contributor

Removed jcenter from the android source and from the android example.
Replaced jcenter with maven jitpack.
Updated flipper and react-native versions to match the latest v0.65.

examples/package.json Outdated Show resolved Hide resolved
@matteodanelli
Copy link
Contributor Author

Done! @mikehardy

…` 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
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
@mikehardy
Copy link
Collaborator

I pulled the branch and checked it locally, and the example app did not work for android or ios, so it appeared that it had not actually been tested at all @matteodanelli ?

I added three commits which patched up the PR while keeping it minimal, such that the example actually works, for ios and android, and now - with the 3 extra commits verified locally via yarn react-native run-ios and yarn react-native run-android inside the examples directory - this looks good to me

@mikehardy mikehardy changed the title chore(android): removed completely jCenter fix(android): remove jcenter repository completely Jan 4, 2022
@mikehardy mikehardy merged commit f1d136f into hieuvp:master Jan 4, 2022
@mikehardy
Copy link
Collaborator

Still not sure exactly how to do a release here (though admittedly, I have not even tried, I may not even have permission 😆 ) @hieuvp - but for anyone that needs this you can use the commit hash of the merge in your package.json in order to get the current version - f1d136f

@hieuvp
Copy link
Owner

hieuvp commented Jan 16, 2022

Hi @mikehardy,
The package was published to npm registry https://www.npmjs.com/package/react-native-fingerprint-scanner
Invited you as a maintainer, please check your email, publishing can be done through npm cli.

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.

5 participants