-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@terrylinla/react-native-sketch-canvas@0.8.0` for the…
-
Hi, i am facing this issue.
**package version:**
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
**android\app\build.gradle**
include ':@terrylinla_react-native-sk…
-
Trying to use this in my native-react app. I get the error:
> error: bundling failed: Error: While trying to resolve module `@terrylinla/react-native-sketch-canvas` from file `/[my path]/sampleviro…
-
The following error messages are coming in Android while building mobile app.
Showing below message
I think some issue is in the build.gradle file of **terrylinla/react-native-sketch-canvas** depe…
-
### **Summary**
Hi @terrylinla,
We have identified that this library is not working with the RN new architecture. So we have moved forward with RN 0.72.1 to enable this legacy module with the inte…
-
Hi,
this lib seems to be abandoned, so I forked it and published on npm with some minor changes to remove warnings and stuff
https://github.com/gigasz/react-native-sketch-canvas
https://www.npmjs…
-
This is a new issue reproduced with a fresh project of react-native and this package.
**Packages/Versions**
```
"@gigasz/react-native-sketch-canvas": "^0.8.3",
"react": "16.8.6",
"react-native"…
-
on save canvas
savePreference={() => {
return {
folder: "CACHES",
filename: 'image'+Math.ceil(Math.random() * 100000000),
…
-
Hello I'm using **react-native-sketch-canvas** in my app and it's working perfectly well in android device, but in IOS device **"onPathsChange" & "onSketchSaved"** method is not working. Both methods …
-
Hello my app crash without error when I want to use the signature
package.json
```
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo …