0.4.0 • Published 10 months ago

react-native-rd-services v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

react-native-rd-services

Reading finger print data using RD services in Android.

RD service supported device :

  1. Morpho
  2. Mantra
  3. PB510
  4. SecuGen
  5. ACPL FM220
  6. Aratek A600

Installation

npm install react-native-rd-services

or using yarn

yarn add react-native-rd-services

Usage

import RdServices from "react-native-rd-services";

// ... DeviceType may like package name of RD service example : 
// com.precision.pb510.rdservice, com.scl.rdservice, com.scl.rdservice, com.secugen.rdservice and so on



  let pidOption =
            "<?xml version='1.0'?><PidOptions ver='1.0'><Opts fCount='1' fType='2' iCount='0' pCount='0' format='0' pidVer='2.0' timeout='10000' posh='UNKNOWN' env='P' /><CustOpts></CustOpts></PidOptions>";



RdServices.getFingerPrint(DeviceType, pidOption).then( (result)
    {
        const { status, message } = result;
        console.log('Status', status);
        console.log('Status', message);
    }
);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

0.3.0

11 months ago

0.2.3

12 months ago

0.4.0

10 months ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago