# React Native

It is recommended to build with the new turbo module architecture.

{% hint style="danger" %}
There is a bug in Move SDK version 2.14.0 when building with the old architecture.

Please use version 2.14.1 instead.
{% endhint %}

### Expo

See [permission handling](/move-platform/sdk/appendix/react-native/permission-handling.md#expo) for proper configuration.

{% hint style="warning" %}
Since Move SDK version 2.14.0, when building with Expo,

a minimum of Expo version 52.x is required.
{% endhint %}


---

# 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.movesdk.com/move-platform/sdk/appendix/react-native.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.
