1.0.7 • Published 2 months ago

react-native-meontool v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

npm i react-native-meontool

Getting started

Installation

$ npm install react-native-meontool react-native-webview --save

Android & iOS

Usage

import EsignSDK from "react-native-meontool";
// TODO: What to do with the module?
const [isLoading, setIsLoading] = useState(false);

//Call this function on button click as per the usage.
<EsignSDK
  userId={"useridxx"} // enter your username
  Password={"passwordxx"} // enter you password
  name={"mxxxx"} //signee name
  email={"useremailxx"} //signee email
  mobile={"usermobilexx"} //signee mobile
  reason={"givereasonxx"}
  days_to_expire={"daysxx"}
  has_dynamic_document={true}
  dynamic_coordinate={null}
  webhook={"https://esignuat.meon.co.in/EsignServices/test_webhook"} //Webhook cannot be changed. 
  redirect_url={null}
  esign_type={"EKYC"}
  remove_preview_pdf={false}
  need_name_match={true}
  percentage_name_match={80}
  document_name={".pdf"}
  coordinate={[
    {
      page_number: "1",
      x_coordinate: "130",
      y_coordinate: "100",
      height: "50",
      width: "103",
    },
  ]}
  onSuccess={() => {
    setIsLoading(false);
    console.log("API call successful");
    //Write your function to navigate upon successful SDK call.
    //handle success
  }}
  pdfBase64={pdfBase64} // You need to pass the PDF in base64 format.
/>;
abort-controlleracceptsacornanseransi-fragmentsansi-regexansi-stylesanymatchappdirsjsargparseasapast-typesastral-regexasync-limiterbabel-corebabel-plugin-polyfill-corejs2babel-plugin-polyfill-corejs3babel-plugin-polyfill-regeneratorbabel-plugin-transform-flow-enumsbalanced-matchbase64-jsblbrace-expansionbracesbrowserslistbserbufferbuffer-frombytescaller-callsitecaller-pathcallsitescamelcasecaniuse-litechalkchrome-launcherchromium-edge-launcherci-infocli-cursorcli-spinnerscliuicloneclone-deepcolor-convertcolor-namecolorettecommand-existscommandercommondircompressiblecompressionconcat-mapconnectconvert-source-mapcore-js-compatcore-util-iscosmiconfigcross-spawndayjsdebugdecamelizedeepmergedefaultsdenodeifydepddeprecated-react-native-prop-typesdestroyee-firstelectron-to-chromiumemoji-regexencodeurlenvinfoerror-exerror-stack-parsererrorhandlerescaladeescape-htmlescape-string-regexpesprimaesutilsetagevent-target-shimexecafast-xml-parserfb-watchmanfill-rangefinalhandlerfind-cache-dirfind-upflow-enums-runtimeflow-parserfreshfs-extrafs.realpathfunction-bindgensyncget-caller-fileget-streamglobglobalsgraceful-fshas-flaghasownhermes-estreehermes-parserhermes-profile-transformerhttp-errorshuman-signalsieee754image-sizeimport-freshimurmurhashinflightinheritsinvariantipis-arrayishis-core-moduleis-directoryis-dockeris-fullwidth-code-pointis-interactiveis-numberis-plain-objectis-streamis-unicode-supportedis-wslisarrayisexeisobjectjest-environment-nodejest-get-typejest-message-utiljest-mockjest-utiljest-validatejest-workerjoijs-tokensjs-yamljsc-androidjsc-safe-urljscodeshiftjsescjson-parse-better-errorsjson5jsonfilekind-ofkleurlevenlighthouse-loggerlocate-pathlodash.debouncelodash.throttlelog-symbolslogkittyloose-envifylru-cachemake-dirmakeerrormarkymemoize-onemerge-streammetrometro-babel-transformermetro-cachemetro-cache-keymetro-configmetro-coremetro-file-mapmetro-minify-tersermetro-resolvermetro-runtimemetro-source-mapmetro-symbolicatemetro-transform-pluginsmetro-transform-workermicromatchmimemime-dbmime-typesmimic-fnminimatchminimistmkdirpmsnegotiatorneo-asyncnocachenode-abort-controllernode-dirnode-fetchnode-int64node-releasesnode-stream-zipnormalize-pathnpm-run-pathnullthrowsob1object-assignon-finishedon-headersonceonetimeopenorap-limitp-locatep-tryparse-jsonparseurlpath-existspath-is-absolutepath-keypath-parsepicocolorspicomatchpifypiratespkg-dirpretty-formatprocess-nextick-argspromisepromptsprop-typesqueuerange-parserreactreact-devtools-corereact-isreact-nativereact-refreshreact-shallow-rendererreadable-streamreadlinerecastregenerateregenerate-unicode-propertiesregenerator-runtimeregenerator-transformregexpu-coreregjsparserrequire-directoryrequire-main-filenameresolveresolve-fromrestore-cursorrimrafsafe-bufferschedulersemversendserialize-errorserve-staticset-blockingsetprototypeofshallow-cloneshebang-commandshebang-regexshell-quotesignal-exitsisteransislashslice-ansisource-mapsource-map-supportsprintf-jsstack-utilsstackframestacktrace-parserstatusesstring_decoderstring-widthstrip-ansistrip-final-newlinestrnumsudo-promptsupports-colorsupports-preserve-symlinks-flagtemptemp-dirterserthroatthrough2tmplto-fast-propertiesto-regex-rangetoidentifiertr46tslibtype-detecttype-festundici-typesunicode-canonical-property-names-ecmascriptunicode-match-property-ecmascriptunicode-match-property-value-ecmascriptunicode-property-aliases-ecmascriptuniversalifyunpipeupdate-browserslist-dbutil-deprecateutils-mergevaryvlqwalkerwcwidthwebidl-conversionswhatwg-fetchwhatwg-urlwhichwhich-modulewrap-ansiwrappywrite-file-atomicwsxtendy18nyallistyamlyargsyargs-parseryocto-queue
1.0.7

2 months ago

1.0.6

2 months ago

1.0.5

2 months ago

1.0.4

2 months ago

1.0.3

2 months ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago