terrylinla / react-native-sketch-canvas

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

Unable to remove image from background once set via localSourceImage #197

Open mukulbhardwaj1313 opened 3 years ago

mukulbhardwaj1313 commented 3 years ago

Once set localSourceImage, I am unable to remove or clear image from background

mealCode commented 3 years ago

i could remove it in android though, it's located in this path: android/app/src/main/res/drawable

btw, you have to rebuild -> npm run android to apply changes

p.s i assume you used android