rn-perfect-sketch-canvas icon indicating copy to clipboard operation
rn-perfect-sketch-canvas copied to clipboard

Perfect pressure-sensitive drawing for both iOS and Android.

Results 12 rn-perfect-sketch-canvas issues
Sort by recently updated
recently updated
newest added

at the beginning the stoke follows the touch motion pretty closely. But as more stokes were drawn (or when one single stroke gets longer), the new stoke gradually lags behind...

Would it be possible to add some basic Apple Pencil support? I'm thinking mainly about detecting whether an Apple Pencil is used. Would be really cool if it could also...

Hello, thanks very much for this package really awesome and works well but it would be great if additional options are added.

I noticed that your example is in TypeScript. When I try copying the sample code into my JavaScript code, I get an error, saying: Error: Function components cannot have string...

I believe the id property that is generated via Date.now() in the addPoints implementation is causing this issue. If I change Ln99 to something like: "id: Date.now() + Math.random()," the...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...