terrylinla / react-native-sketch-canvas

A React Native component for drawing by touching on both iOS and Android.
MIT License
695 stars 453 forks source link

Drawing with texture #155

Open siemya opened 4 years ago

siemya commented 4 years ago

Is it possible to draw with a texture/image rather than a specific color?

ShaMan123 commented 4 years ago

This library is dead. If I were I would render a canvas on top of the image and use erasing to achieve the effect.