We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Skia Text doesn't render many special characters, including the following ₪ د.إ"
It instead renders these characters as blank boxes, as shown below
1.5.3
0.72.14
Render this on a canvas, and it will render the special character properly
<Text x={0} y={1} text="₪" font={font} />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Skia Text doesn't render many special characters, including the following
₪
د.إ"
It instead renders these characters as blank boxes, as shown below

React Native Skia Version
1.5.3
React Native Version
0.72.14
Using New Architecture
Steps to Reproduce
Render this on a canvas, and it will render the special character properly
Snack, Code Example, Screenshot, or Link to Repository
The text was updated successfully, but these errors were encountered: