Skip to content

Replacing react-native's Image with react-native-skia's one, is it a good or bad idea? #1375

Answered by wcandillon
bglgwyng asked this question in Q&A
Discussion options

You must be logged in to vote

That's an interesting question. The short answer is that it's definitely worth trying but you might run into issues. There are some open questions there since we are not deep into this topic at the moment.

You can build an image component with Skia. Using our declarative (UI Thread rendering API).
Some customisations or the image loading logic may rely on the JS thread however.
This may change in the future however.

Skia might be a great library to prototype an amazing image component that is perfectly consistent between iOS and Android.
To make it work perfectly work on the field, we expect some extra work to be needed.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bglgwyng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants