-
Notifications
You must be signed in to change notification settings - Fork 463
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
Text / Paragraph / Image is not rendering on canvas #2656
Comments
|
Can you please share a reproducible example? As well as information which platform this happens |
I'm having the same problem although I don't know if it is a bug or me not understanding how to use skia properly. Here is a snack to reproduce. This happens on both Android and iOS. On my project I'm using v1.7.6 but this is also reproduced on my snack with v1.5.0 and expo |
Fixe my issue by grouping. Please ignore my question. |
I've had the same issue, I've seen it on both platforms but it seems to occur more often on Android. I'll see if I can create a minimal repro in the coming days |
Description
Hi, sometimes a text is not rendering on canvas at the first time. In such case if I click on an element on which the text should be visible it shows up.
The same situation with images.
It has been happening for me for a long time - this is not a version issue.
I think it is happening mostly if you render something in a list.
Can you please advise?
Version
1.3.10
Steps to reproduce
Look at the code example.
Snack, code example, screenshot, or link to a repository
The text was updated successfully, but these errors were encountered: