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 am facing an issue with react-native-signature-canvas where the signature view works perfectly on Android, but does not work on iOS in the latest React Native 0.78.1. The component renders,...
Hello, there is a new version 4.7.4 and I don't see anywhere the changelog of the new version. It would be nice to know what changes have been made as...
React Native WebView API Reference: > Note that using static HTML requires the WebView property [originWhitelist](https://github.com/react-native-webview/react-native-webview/blob/master/docs/Reference.md#originwhitelist) to ['*']
We are using this package in our react native mobile application. The Signature vanishes in iOS and in android not able to scroll after changing orientation. Please look in to...
have you ever tried autopopulating a signature in our signature canvas? If yes, could you please share your approach or any insights on how to achieve this? @jqtruong @quick691fr @Simek...
We are using this dependency, but there is a requirement to have everything up to date (at least last update having been within a year period). I see there are...
I've downloaded the example ts-expo and changed app.json from portrait to landscape. The signature pad is getting off screen (the right side and the bottom buttons). Don't know if make...
When you swipe to make the signature, it only draws a dot RN version 0.76.1 react-native-signature-canvas version 4.7.2 ``` const SharedSignatureCanvas = (props: SharedSignatureCanvasProps) => { const ref = useRef(null);...
Hi there. I have a core packages where I centralize all libraries. To be possible re export the react-native-signature-canvas, exposing the props I wanted to export the SignatureViewProps, It is...
I am trying to get users signature in my app the code works fine and as desired in android but in ios it works only once and then it doesn't...