# React Native

- [Prerequisites](https://doc.batch.com/developer/sdk/react-native/prerequisites.md)
- [SDK integration](https://doc.batch.com/developer/sdk/react-native/sdk-integration.md)
- [Vanilla Integration](https://doc.batch.com/developer/sdk/react-native/sdk-integration/vanilla-integration.md)
- [Expo Integration](https://doc.batch.com/developer/sdk/react-native/sdk-integration/expo-integration.md)
- [Rich notifications setup](https://doc.batch.com/developer/sdk/react-native/sdk-integration/rich-notifications-setup.md)
- [Huawei Push](https://doc.batch.com/developer/sdk/react-native/sdk-integration/huawei.md)
- [Messaging (In-App/Landings)](https://doc.batch.com/developer/sdk/react-native/messaging.md)
- [Inbox](https://doc.batch.com/developer/sdk/react-native/inbox.md)
- [Profile Data](https://doc.batch.com/developer/sdk/react-native/profile-data.md)
- [Attributes](https://doc.batch.com/developer/sdk/react-native/profile-data/attributes.md)
- [Events](https://doc.batch.com/developer/sdk/react-native/profile-data/events.md)
- [Custom user ID](https://doc.batch.com/developer/sdk/react-native/profile-data/custom-user-id.md)
- [Custom region/language](https://doc.batch.com/developer/sdk/react-native/profile-data/custom-locale.md)
- [Email subscription](https://doc.batch.com/developer/sdk/react-native/profile-data/email-subscription.md)
- [SMS subscription](https://doc.batch.com/developer/sdk/react-native/profile-data/sms-subscription.md)
- [Topic preferences](https://doc.batch.com/developer/sdk/react-native/profile-data/sms-subscription-1.md)
- [Profile data migration](https://doc.batch.com/developer/sdk/react-native/profile-data/data-migration.md)
- [Testing your integration](https://doc.batch.com/developer/sdk/react-native/profile-data/debug.md)
- [Data Privacy](https://doc.batch.com/developer/sdk/react-native/data-privacy.md)
- [SDK opt-out (e.g. GDPR)](https://doc.batch.com/developer/sdk/react-native/data-privacy/opt-out.md)
- [Automatic data collection](https://doc.batch.com/developer/sdk/react-native/data-privacy/data-collection.md)
- [Troubleshooting](https://doc.batch.com/developer/sdk/react-native/troubleshooting.md)
- [Advanced](https://doc.batch.com/developer/sdk/react-native/advanced.md)
- [Deeplinking](https://doc.batch.com/developer/sdk/react-native/advanced/deeplinking.md)
- [Event dispatchers](https://doc.batch.com/developer/sdk/react-native/advanced/event-dispatchers.md)
- [Customizing notifications](https://doc.batch.com/developer/sdk/react-native/advanced/customizing-notifications.md)
- [Overriding SDK Version](https://doc.batch.com/developer/sdk/react-native/advanced/sdk-version-override.md)
- [Migrating from v8](https://doc.batch.com/developer/sdk/react-native/advanced/8x-migration.md)
- [Migrating from v11](https://doc.batch.com/developer/sdk/react-native/advanced/11x-migration.md)
- [SDK changelog](https://doc.batch.com/developer/sdk/react-native/sdk-changelog.md)
- [Expo SDK changelog](https://doc.batch.com/developer/sdk/react-native/expo-sdk-changelog.md)


---

# 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://doc.batch.com/developer/sdk/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.
