react-native-signature-canvas
react-native-signature-canvas copied to clipboard
How To upload Signature To Server API for Showing in Web using RNFetchBlob
hi bro's, i want to upload signature to server using RNFetchBlob Library, for showing in web , but i can't :D
please help me and shown me any example code, thanks all ;)
Hi. signature image is a base64 image, you can send the base64 to server, then server conver the base64 to jpg or png.