-
Notifications
You must be signed in to change notification settings - Fork 95
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
Capacitor 5 support #93
Comments
👀 |
I forked the plugin, made upgrade to v5 and set CI/CD to test and keep it update automatic. |
This seems to have been fixed with Capacitor CLI 5.0.2: |
Do we have any update on the migration to Capacitor 5? |
I can't find out any newest version that can support capacitor 5. Do we have any news on this thread? |
You can use the Capgo version. |
Just have one concern. In case if switching to the Capgo version. How can we migrate existing biometric that is setup in by original version? |
Have a try in local. For me biometric data are link to the app not the plugin so it should be builtin replace |
Thanks @riderx. Just retried and I can see that Capgo version still can load biometric from Epicshaggy version. Maybe, I got the issue of un-sync data because using "Live Update" feature (only update Web part) in Ionic. Switching to Capgo version requires to update in Native souce as well. |
Yes it cannot be live update, the native plugin had to have a different name so the same JS cannot contact it |
Capacitor 5 has been announced and released.
Unfortunately plugins made for Capacitor 4 are not backwards compatible without few changes. That means users are enforced to stay on Capacitor 4.
The change looks pretty straightforward - https://capacitorjs.com/docs/updating/plugins/5-0
Community plugins with open PRs
The text was updated successfully, but these errors were encountered: