Canvas inn Expo

help me to implement canvas in Expo react native. i want to load image on canvas using URL. please help me to do that

If you just want to load an image, I think the <Image> tag should be sufficient.

If you really need a canvas, maybe react-native-canvas will work for you. I have never used it and it’s unclear to me whether it will work in Expo without ejecting. The stack overflow answer below says amongst other things, “the library doesn’t require any native installation”, but the project’s README mentions react-native-link.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.