# @chicoai/chico-rn-sdk

Chico is a financial intelligence API for LatAm. The company leverages alternative consumer financial data so banks and fintechs can properly build, deploy and underwrite financial solutions at scale.

## Installation

```sh
npm install @chicoai/chico-rn-sdk
```

## Usage

```js
import { ConnectAccountsButton } from '@chicoai/chico-rn-sdk';

// ...

<ConnectAccountsButton client={client} token={token} />;
```

## Contributing

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

## License

MIT

---

Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
