> For the complete documentation index, see [llms.txt](https://documentation.pushly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.pushly.com/pushly-ja/integration/implementation-steps/react-native-expopuraguin/expopuraguin.md).

# Expoプラグイン変更履歴

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

## 1.1.2

* iOS Podを更新 `~> 1.6.1`
* 修正: iOSのmethod swizzlingが、同じ通知コールバックをフックする別のライブラリと併用されている場合に発生していた競合状態のクラッシュを解消しました。
  {% endupdate %}

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

## 1.1.1

* パッケージの役割を明確化： `@pushly/push-sdk-expo` （Expo設定プラグイン）と `@pushly/push-sdk-react-native` （ランタイムSDK）
* iOS統合を改善：
  * アプリとNotification Service Extensionの間でデプロイメントターゲットを自動的に同期します。
  * Pushly iOS Podを更新 `~> 1.6.0` および一般的なXcode署名の問題を軽減します。
* Android統合を改善：
  * デフォルトのFirebase Messaging通知チャネルを確保します。
    {% endupdate %}

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

## 1.0.0

* Expo prebuild/EAS Buildとカスタム開発クライアントをサポートする初回リリース
  {% endupdate %}
  {% endupdates %}


---

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