Open claytongroth opened 5 years ago
I'm having the same issue.
Hey there, I have the same issue too, and I'm on Expo too.
I try the issue #109, maybe it can help you, not for me .. https://github.com/terrylinla/react-native-sketch-canvas/issues/109
They also did not for me. Well maybe the latest updates are not working with this one. @terrylinla what do you think about it?
watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn install && yarn start -- --reset-cache
This made it work for me.
or this if you use npm:
watchman watch-del-all && rm -rf node_modules/ && npm cache clean && npm install && npm start -- --reset-cache
I can see that this library is not maintained anymore, but did anyone by chance get rid of it? I've tried cleaning the cache but with no luck. I'm only having this problem on android :(
I simply have a minimal example of the first code block listed on the repo's NPM page.
I have installed and linked properly. I cannot seem to get around this error.
I am using Expo CLI, if that is relevant.