Skip to content

pagopa/io-react-native-http-client

Repository files navigation

@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