You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
0 commit comments