Use a Canvas as background #1402
-
Hello Guys, I have an animated page made with react-native-skia and I'm trying to use it as a background. So, the main goal is to render a FlatList, for example, above this skia page... Here is the example: Movie.MP4As you can see, those rings isn't in the background of the wrole page... My goal is to have something like this: I would like something like ImageBackground, but using Skia... Is it possible? Have you any tips of how to do it? Thanks guys |
Beta Was this translation helpful? Give feedback.
Answered by
swami-laxman
Mar 5, 2023
Replies: 1 comment 2 replies
-
I thing using a Canvas by absolute positioning behind the FlatList will work. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
NandoMB
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I thing using a Canvas by absolute positioning behind the FlatList will work.