# Expo SDK changelog

### 1.2.0

***

**Core**

* Added iOS rich push notifications support. This can be toggled using the `enableIOSRichNotifications` property in your `app.json`.

### 1.1.0

***

**Core**

* Introduced `androidSmallIconResourceId` and `androidNotificationsColor` configuration options for enhanced notification customization.
* Fixed an issue where expo prebuild would fail if the Batch API key was not configured.

### 1.0.0 / 1.0.1

***

This initial release introduces the Batch-Expo-Plugin, a config plugin designed to automatically set up the native configuration for the Batch React-Native-Plugin during the expo pre-build.

**Migration**

Previously, Expo support was directly integrated into the Batch-React-Native-Plugin. This support has now been removed and replaced by this dedicated plugin. If you were using an older version, please see our [migration guide](/developer/sdk/react-native/advanced/11x-migration.md) for more info on how to update your current Batch implementation.

**Requirements**

* Expo SDK 54 or higher
* `@batch.com/react-native-plugin` 12.0.0 or higher


---

# 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/expo-sdk-changelog.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.
