consisty_aeps
v0.2.0
Published
The consisty_aeps library allows you to use android aeps sdk into your react-native app.
Downloads
4
Maintainers
Readme
consisty_aeps
The consisty_aeps library allows you to use android aeps sdk into your react-native app.
Installation
npm install consisty_aeps
or using yarn
yarn add consisty_aeps
Usage
import ConsistyAeps from "consisty_aeps";
const result = await ConsistyAeps.makeAEPS("", "", ........).then((data) => {
console.log(data);
});;
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT