An open API service indexing awesome lists of open source software.

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

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