# 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
```

**Android**

**Note:** For versions greater than 0.61.5 and less than 0.70, you may encounter an issue detailed in this GitHub ticket <https://github.com/facebook/react-native/issues/29377>. We tested the workaround mentioned in this comment <https://github.com/facebook/react-native/issues/29377#issuecomment-852926468> and successfully ran the SDK. However, we recommend using version 0.70 or above to avoid this issue going forward. **Before applying the workaround, test your current version first. If you encounter the same issue, then proceed with the suggested fix**.

**iOS**

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

**Note**: The uqudo SDK requires OpenSSL framework but **uqudosdk-react-native** package doesn't include automatically this dependency because React-Native comes already with that framework included. But in release mode the framework seems not to be linked and therefore not included in the final build of the application causing a crash at the startup of the application. If that is your case you have to link and include the framework as per the screenshot below (click + and select OpenSSL.xcframework):

<figure><img src="https://1201843429-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0JZZSvL3DmX19a9SgDAt%2Fuploads%2FoNE9SXpTN9ViB7B5OeiL%2FScreenshot%202566-04-07%20at%2020.30.15.png?alt=media&#x26;token=3ca127c2-ce63-41b0-925b-38b97c4189f2" alt=""><figcaption></figcaption></figure>
