terrylinla / react-native-sketch-canvas

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

Invariant Violation: requireNativeComponent: "RNSketchCanvas" was not found in the UIManager #122

Open claytongroth opened 5 years ago

claytongroth commented 5 years ago

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.

Screenshot_2019-07-03-11-39-11

anshgupta1234 commented 5 years ago

I'm having the same issue.

omgprod commented 5 years ago

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

k3rne1pan1c commented 5 years ago

They also did not for me. Well maybe the latest updates are not working with this one. @terrylinla what do you think about it?

theCaptain420 commented 4 years ago

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

hepifish commented 4 years ago

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 :(