Does WithSkiaWeb support react native (mobile)? #1559
-
Code that works for both websites and mobile devices. I'm learning about react-native-skia and tried an example from https://snack.expo.dev/@wcandillon/hello-snack. It worked on the web, but not on my mobile device. When I tried to open it on Expo Go with my iPhone, the screen turned completely white after 3 seconds. Can you help me figure out how to make code that works on both platforms? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
That's a good question, at the moment we would require you to write platform specific code for mobile and/or web. |
Beta Was this translation helpful? Give feedback.
That's a good question, at the moment we would require you to write platform specific code for mobile and/or web.
You can also look at this repo: https://github.com/wcandillon/react-skia-experiment