# react-native-use-cep

A React Native hook to use brazilian Postal Code.

## Installation

```sh
npm install react-native-use-cep
```

## Usage

```js
import UseCep from "react-native-use-cep";

// ...

const result = await UseCep.multiply(3, 7);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT
