Replies: 2 comments 1 reply
-
I feel like it should be more the other way other around? e.g. A library offering integration with the Skia Image component. Or a library built on top of Skia for great image experiences in React Native? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Maybe if someone had found solution - let us know) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
can Image element be replaced with an external image library be used for blur, for example FastImage (using it for preloading, cache etc.)
<Canvas style={{ flex: 1 }}> <Image x={0} y={0} width={256} height={256} image={image} fit="cover" > <Blur blur={4} /> </Image> </Canvas>
Beta Was this translation helpful? Give feedback.
All reactions