https://github.com/infinitered/react-native-pos-tools
A collection of modules for utilizing UWP APIs in the Windows.Devices.PointOfService namepsace
https://github.com/infinitered/react-native-pos-tools
react-native react-native-windows
Last synced: 6 months ago
JSON representation
A collection of modules for utilizing UWP APIs in the Windows.Devices.PointOfService namepsace
- Host: GitHub
- URL: https://github.com/infinitered/react-native-pos-tools
- Owner: infinitered
- License: mit
- Created: 2024-02-29T18:55:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T21:09:36.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T11:47:11.511Z (11 months ago)
- Topics: react-native, react-native-windows
- Language: C#
- Homepage: https://learn.microsoft.com/en-us/uwp/api/windows.devices.pointofservice?view=winrt-22621
- Size: 1.74 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# react-native-pos-tools
A collection of tools for utilizing Microsoft Point of Service for .NET APIs in React Native
## Installation
```sh
npm install react-native-pos-tools
```
## Usage
```js
import { multiply } from 'react-native-pos-tools';
// ...
const result = await multiply(3, 7);
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)