react-native-signature-canvas
react-native-signature-canvas copied to clipboard
:black_nib: React Native Signature Component based WebView Canvas for Android && IOS && expo
I need to access signature coordinates (x,y) and velocity in my app because I want to send them to a server. How is it possible to get them from "Signature"?
Hi i want to write signature image into square not recutangular. even thought i changed canvas size with webstyle option, it did not help it. is there any option to...
Hi! I tried a basic example from the readme. In iOS, it works fine, but in Android drawing not working. Nothing happens when drawing, even clicks on Clear/Confirm buttons doesn't...
can i use it without footer part , and add my custom ok/clear buttons
I want to change that background white color to the same as i have on the top of screen. Can you explain me how i do that? ![WhatsApp Image 2021-03-03...
``` import React, {FunctionComponent, useRef} from 'react'; import {Text, View, ViewStyle} from 'react-native'; import Signature from 'react-native-signature-canvas'; import ApiClient from '../../Services/ApiClient'; import {Colors, Style} from '../../Services/ThemeProvider'; export type SignatureInputProps =...
Just implemented this library in our app and it is working well, however, we really need the ability to disable (functionally, as well as modify the style) the confirm button...
Hi! When I use the property imageType="image/jpeg" I received a base 64 codification and when I try to decode i get a black screen. **Environment** react-native-image-picker -> v3.0.0 react-native ->...
I get an error message when I try to run it on my android emulator.