react-native-signature-area
v1.0.4
Published
React Native component for capture user signature
Downloads
3
Maintainers
Readme
react-native-signature-area
https://www.npmjs.com/package/react-native-signature-area?activeTab=versions
Features:
- Pure JavaScript implementation with no native dependencies
- Supports Android, iOS, Windows
- Tested with RN 0.20, Android 4.4, Windows 10, iOS 10
- Generates a base64 encoded png clipped image of the signature, with different output size
Based on:
- @szimek's HTML5 Canvas based Signature Pad
- @kevinstumpf HTML5 Canvas based Signature Pad for React-Native react-native-signature-pad
Thanks guys! Your work are amazing! =)
Added:
- resize functionality
- clip signature functionality
- React-Native WebView wrapper
- handle rotate device functionality
- bidirectional communication with WebView based on postMessages
Installation
$ npm i --save react-native-signature-area
or
$ yarn add react-native-signature-area