> 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-07-30" %}

## 1.3.0

**更新**

* を拡張します `@pushly/push-sdk-react-native` 1.7 SDK 系列をサポートするための peer dependency。以前のプラグインバージョンを利用しているユーザーはアップグレードが必要です。
  {% endupdate %}

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

## 1.1.2

* iOS の pod を更新します `~> 1.6.1`
* 修正: iOS のメソッドスワズリングが、同じ通知コールバックをフックする別のライブラリと併用されている場合に発生するレースコンディションのクラッシュを解決しました。
  {% endupdate %}

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

## 1.1.1

* パッケージの役割を明確化： `@pushly/push-sdk-expo` （Expo 設定プラグイン） vs `@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, and the optional `goal` query parameter:

```
GET https://documentation.pushly.com/pushly-ja/integration/implementation-steps/react-native-expopuraguin/expopuraguin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
