react-native-signature-canvas
react-native-signature-canvas copied to clipboard
:black_nib: React Native Signature Component based WebView Canvas for Android && IOS && expo
``` ``` **dataURL** is not working for ipad 5th and 7th generation, ios 16.1 . ``` "react": "17.0.2", "react-native": "0.68.0", "react-native-signature-canvas": "^4.5.1", ```
``` const JobSignatureScreen: React.FC = ({ route, navigation, }) => { const ref = useRef(null); const handleOK = (signature: any) => { route.params.onOk(signature); navigation.goBack(); }; const handleClear = () =>...
When opening the keyboard, if a dot was left on the canvas, the canvas begins to behave strangely, the keyboard pushes it up (if it reaches it) I checked how...
``` const JobSignatureScreen: React.FC = ({ route, navigation, }) => { const ref = useRef(null); const handleOK = (signature: any) => { route.params.onOk(signature); navigation.goBack(); }; const handleClear = () =>...
Error message - (index.js:1 Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?) This is the code from my...
Does anyone know if there is a way to disable the signature pad? I want to 'lock' the pad after a user saves their signature.
Currently, the library supports dataURL attribute to allow user supply pre-stored signature. We have an application that stores the signature as data vector (point groups). It would be great if...
Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 4.8.2 to 4.28.4. Commits See full diff in compare view Maintainer changes This version was pushed to npm by hoxyq, a new releaser for react-devtools-core since your...
Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) to 4.28.4 and updates ancestor dependency [react-native](https://github.com/facebook/react-native). These dependencies need to be updated together. Updates `react-devtools-core` from 4.24.0 to 4.28.4 Commits See full diff in compare view Maintainer...
Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 4.23.0 to 4.28.4. Commits See full diff in compare view Maintainer changes This version was pushed to npm by hoxyq, a new releaser for react-devtools-core since your...