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

**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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
