@pagopa/io-react-native-http-client
v1.0.5
Published
A react-native wrapper for native HTTP client
Downloads
2,257
Readme
@pagopa/io-react-native-http-client
A react-native wrapper for native HTTP client
Installation
npm install @pagopa/io-react-native-http-client
Usage
import { multiply } from '@pagopa/io-react-native-http-client';
// ...
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