0.2.2 • Published 1 year ago

react-native-rd-services v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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";

// ...

RdServices.getFingerPrint("Mantra").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.2.2

1 year ago

0.2.1

2 years ago

0.2.0

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago