https://github.com/lucaspiressimao/react-native-plugpag-wrapper
UOL PlugPag React Native wrapper for native functions
https://github.com/lucaspiressimao/react-native-plugpag-wrapper
Last synced: 5 months ago
JSON representation
UOL PlugPag React Native wrapper for native functions
- Host: GitHub
- URL: https://github.com/lucaspiressimao/react-native-plugpag-wrapper
- Owner: lucaspiressimao
- License: mit
- Created: 2020-07-21T20:35:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:11:34.000Z (over 2 years ago)
- Last Synced: 2024-04-25T17:05:32.273Z (about 1 year ago)
- Language: Java
- Size: 3.46 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-plugpag-wrapper
React Native Wrapper for UOL PlugPag
## Installation
IOS -> Not supported
Android -> minSdkVersion 19```sh
npm install react-native-plugpag-wrapper
```## Usage
```js
import PlugpagWrapper from "react-native-plugpag-wrapper";// ...
const result = await PlugpagWrapper.multiply(3, 7);
```## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT