> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-mobile/framework-plugins/react-native/instalacion.md).

# Installation

### Prerequisites

Before integrating the Facephi plugin for React Native, verify that you meet the following:

* React Native CLI Version 0.79.0 or higher.
* Project configured for Android (AGP 8.9.x and Kotlin 2.2.x) and/or iOS (13+).
* Have the camera and internet connection permissions configured.
* Access to your credentials from the Administration Portal.

***

### Step 1: Install the plugin

Execute:

```bash
npm install @facephi/sdk-<pluginName>-react-native@<versión>
```

or

```bash
yarn add @facephi/sdk-<pluginName>-react-native@<versión>
```

Replace `<Version>` with the latest available version that you can check in the Changelog, and `<pluginName>` with the name of the component to install.

This command downloads and installs the official Facephi plugin compatible with Android and iOS. If the @\<version> is not added, React Native looks in the Facephi repositories for the latest available version.

***

### Step 2: Additional configuration

## Native Android Installation Guide:

{% content-ref url="/pages/ec0ccd96a93b3aec2690a3750b2b72dcee50b721" %}
[Android](/docs.facephi-en/sdks/sdk-mobile/framework-plugins/extras/android.md)
{% endcontent-ref %}

***

## Native iOS Installation Guide:

{% content-ref url="/pages/991b6348515ee9590c34a9aa64e0ec3606114012" %}
[iOS](/docs.facephi-en/sdks/sdk-mobile/framework-plugins/extras/ios.md)
{% endcontent-ref %}

***

### Next steps

* Review the *Usage examples*.
* Check the *Changelog*.
* If you have any questions, contact Technical Support.
