Replies: 1 comment 2 replies
-
The issue here seems to be that the canvas has no size, so you don't see it. Maybe we could throw a warning or have a default canvas size like on the web. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'm unable to render any Skia elements in my react native example app.
Trying to render a simple rectanlge but nothing is displayed. I am able to render normal react native stuff like
<Text>Test</Text>
etc.I'm using the following versions
in android/app/build.gradle using
ndkVersion '23.1.7779620'
in android/build.gradle
I also don't see any errors when building / running on emulator.
So I think it has to do with the versions i'm using.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions