1.0.5 • Published 12 months ago
@pagopa/io-react-native-http-client v1.0.5
@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