UNPKG

@yz1311/react-native-signature-pad

Version:

React Native wrapper around szimek's Canvas based Signature Pad

8 lines (6 loc) 282 B
var content = ` function executeNativeFunction(fnName, args) { window.location.hash = '&executeFunction<-' + fnName + '&' + '&arguments<-' + JSON.stringify(args) + '&' + window.ReactNativeWebView.postMessage(JSON.stringify(args)) + '&'; } `; export default content;