Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 509 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 509 Bytes

@pagopa/io-react-native-proximity

Proximity

Installation

npm install @pagopa/io-react-native-proximity

Usage

import { multiply } from '@pagopa/io-react-native-proximity';

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library