-
Notifications
You must be signed in to change notification settings - Fork 122
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
error: method save in class Canvas cannot be applied to given types; (when upgrading to react-native 0.59.5) #44
Comments
You can pull from my branch to fix this case https://github.com/leakhand/react-native-sunmi-inner-printer/tree/fix/canvas |
@leakhand any interest of putting it on npm? |
I've waited for the repository owner do merge request first |
@leakhand merged |
@januslo thanks so much for your support. Can you please update npm to have this version? |
please release new version, still having this issue |
Hi januslo,
When updating to react-native 0.59.5, we encountered the following error:
Upon researching, this seems to come from the fact that starting from Android SDK API 28, you cannot pass an int into
canvas.save
anymore. Is there any way you can help us with this?Much thanks.
The text was updated successfully, but these errors were encountered: