react-native-signature-canvas
react-native-signature-canvas copied to clipboard
Hi, I want to know how can i match the image and signature. can any one help me.
Help Needed
Hello, I want to know is there a way to match between the signature and overlay image?? please let me know how to do it? Thanks. @YanYuanFE
Hi @Shahrukh0396,Sorry, I don't understand what you mean, can you give me an example
i am providing overlay image and when i trace that image onOK returns a base64 image so i want to ask if it is possible that we can able to check the base64 is like the original(i mean the overlaySrc here) or not?? one more thing i want to ask about is that possible to provide dynamic images because when i try to provide a url directly it is rendering (for e.g. overlaySrc={"http://www.exampleimage.com"}) but if i save it in a state variable it is not rendering. (for e.g const image="https://www.example.com" overlaySrc={image}.