> ## Documentation Index
> Fetch the complete documentation index at: https://docs.propaga.mx/llms.txt
> Use this file to discover all available pages before exploring further.

# Installing library

### Using npm

If you're using npm as your package manager, installation can be accomplished with the following command:

```sh theme={null}
npm i @propaga/react-native-sdk
```

### Using yarn

If you're using yarn as your package manager, installation can be accomplished with the following command:

```sh theme={null}
yarn add @propaga/react-native-sdk
```
