> For the complete documentation index, see [llms.txt](https://docs.drivequant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.drivequant.com/react-native/get-started.md).

# Get started

React Native is a popular open source mobile application framework used to develop apps for Android and iOS.

This section describes how to integrate the DriveKit SDK into a React Native application.

## Requirements

DriveKit libraries for [React Native](https://reactnative.dev/versions) support version `0.78.1`. It is **strongly** recommended to use this version or later ones.

{% hint style="info" %}
The DriveKit SDK has also been enabled the **New** **Architecture** since the `3.0.0` version.
{% endhint %}

The DriveKit SDK for React Native is available with the standard configuration on [iOS](/get-started-drivekit/ios.md#requirements) and [Android](/get-started-drivekit/android.md#requirements).

* Android 8.0 (API 26) and later versions,&#x20;
* iOS 13.0 and later versions.

If you do not have the Android or iOS development environment in your computer yet, please refer to the [official](https://reactnative.dev/docs/environment-setup#xcode) documentation.


---

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

```
GET https://docs.drivequant.com/react-native/get-started.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.
