> For the complete documentation index, see [llms.txt](https://docs.uqudo.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uqudo.com/docs/kyc/uqudo-sdk/integration/react-native/plugin-installation.md).

# Plugin Installation

Run the following command inside your React Native project to install the latest version of the plugin:

```shell
npm install uqudosdk-react-native --save
```

**iOS**

Please follow the steps described in [Xcode Environment Setup](/docs/kyc/uqudo-sdk/integration/ios/prepare-environment.md#xcode-environment-setup-for-ios).

**Note**: The uqudo SDK requires OpenSSL framework but **uqudosdk-react-native** package doesn't include automatically this dependency. Please include the dependency, e.g. using Swift Package Manager. You can check the right dependency to include here [Prepare Environment - Prerequisites](/docs/kyc/uqudo-sdk/integration/ios/prepare-environment.md#prerequisites).
