terrylinla / react-native-sketch-canvas

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

How to save image as base64 #164

Open ArjunM26 opened 4 years ago

ArjunM26 commented 4 years ago

Dear team,

I am using RNsketchcanvas - build-in UI components, need to save drawn image as base64. My requirement is to draw over a background image in which we can change color, stroke width and clear.

thank you

alephpt commented 2 years ago

any lluck with this? I see that there is a getBase64 function and it can be called from _sketchCanvas .. but I am not sure how to use this.. the callback is what is throwing me off