# Expo Plugin Changelog

{% updates format="full" %}
{% update date="2026-04-14" %}

## 1.1.2

* Updates iOS pod to `~> 1.6.1`
* Fixed: Resolved a race condition crash when iOS method swizzling is enabled alongside another library that intercepts the same notification callbacks.
  {% endupdate %}

{% update date="2026-04-02" %}

## 1.1.1

* Clarified package roles: `@pushly/push-sdk-expo` (Expo config plugin) vs `@pushly/push-sdk-react-native` (runtime SDK)
* Improved iOS integration:
  * Automatically syncs deployment target between app and Notification Service Extension.
  * Updates Pushly iOS pod to `~> 1.6.0` and reduces common Xcode signing issues.
* Improved Android integration:
  * Ensures a default Firebase Messaging notification channel.
    {% endupdate %}

{% update date="2026-02-24" %}

## 1.0.0

* Initial release supporting Expo prebuild/EAS Build and custom dev clients
  {% endupdate %}
  {% endupdates %}


---

# 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://documentation.pushly.com/integration/implementation-steps/react-native-expo-plugin/expo-plugin-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.
