# 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](/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 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="/files/Ch0ulNPG93E9cD7S1XaC" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.uqudo.com/docs/kyc/uqudo-sdk/integration/react-native/plugin-installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
