# React Native Quick Start

{% hint style="danger" %}
If you are migrating from version 4.x to 6.x, please use our migration guide instead of this quick start guide.
{% endhint %}

{% hint style="success" %}

#### Platform requirements

The Sentiance React Native Module works on React Native 0.60 and above. Apps should be built with the latest React Native version.

Please check the [iOS](https://docs.sentiance.com/a-complete-integration/ios-sdk) and [Android](https://docs.sentiance.com/a-complete-integration/android-sdk) pages as well for platform specific requirements.
{% endhint %}

If you want to get started quickly, you can check out our [sample application](https://github.com/sentiance/sample-apps-react-native). If you prefer to manually integrate the SDK in your existing app, read on.


---

# 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.sentiance.com/a-complete-integration/react-native-quick-start.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.
