UNPKG

react-native-signature-canvas

Version:

A performant, customizable React Native signature canvas with advanced error handling, WebView optimization, and TypeScript support for iOS, Android, and Expo

41 lines (40 loc) 1.09 kB
{ "name": "react-native-signature-canvas", "version": "5.0.1", "description": "A performant, customizable React Native signature canvas with advanced error handling, WebView optimization, and TypeScript support for iOS, Android, and Expo", "main": "index.js", "scripts": { "genlog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "postversion": "git push --follow-tags" }, "repository": { "type": "git", "url": "git+https://github.com/YanYuanFE/react-native-signature-canvas.git" }, "keywords": [ "react-native", "react component", "ios", "android", "signature", "signature-pad", "canvas", "expo", "typescript", "drawing", "webview", "performance", "error-handling", "undo-redo", "svg-export" ], "author": "YanYuanFE", "license": "MIT", "bugs": { "url": "https://github.com/YanYuanFE/react-native-signature-canvas/issues" }, "homepage": "https://github.com/YanYuanFE/react-native-signature-canvas#readme", "peerDependencies": { "react-native-webview": ">=13" } }