1.0.4 • Published 4 years ago

react-native-signature-area v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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:

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