rn-draw icon indicating copy to clipboard operation
rn-draw copied to clipboard

React native draw tool for react native applications

Results 8 rn-draw issues
Sort by recently updated
recently updated
newest added

Please test this proposition. @jayeszee Have a good day!

I just want to ask how can I clear or undo strokes ?

Trying to run on expo v37 with "react-native-svg": "12.1.0" and getting error: Device: (857:881) undefined is not an object (evaluating 'd.Svg.G') Am I using incompatible expo version or maybe unsupported...

When I draw near the edge of the drawing area, the pen spikes upwards. It looks like the touch event is captured by the button below. Any idea how this...

Hello I had previously contributed to this repository. I decided to contribute a little more working on this. I started using [Simplify.js]( https://github.com/mourner/simplify-js/blob/master/simplify.js) (borrowed some code of this lib) and...

Hello~ I very like your project, and I try to load my image in background, but have some issue ``` { this._undo = undo }} clear={(clear) => { this._clear =...

I was using updateSVGInfo that I found in another project that includes this one, but it doen't work.

On the latest version of Expo, I can draw a container, but it doesn't do anything. Code: ``` js ``` [Result](https://imgur.com/a/pm98e)