Update React Native guide for push notifications plugin#3478
Open
ttypic wants to merge 2 commits into
Open
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ttypic
force-pushed
the
AIT-1170/react-native-push-docs
branch
from
July 21, 2026 09:09
75bb1d7 to
11d7732
Compare
ttypic
force-pushed
the
AIT-1170/react-native-push-docs
branch
from
July 21, 2026 11:20
11d7732 to
af0cf2b
Compare
ttypic
force-pushed
the
AIT-1170/react-native-push-docs
branch
from
July 21, 2026 12:31
af0cf2b to
1d92a74
Compare
owenpearson
reviewed
Jul 21, 2026
ttypic
force-pushed
the
AIT-1170/react-native-push-docs
branch
from
July 23, 2026 12:15
fad965a to
b599731
Compare
Ably JavaScript SDK 2.25.0 adds first-class React Native push support via the ably/react-native-push plugin, replacing the previous workaround of registering devices through the push admin API. The getting-started guide now creates the plugin with app-supplied AsyncStorage and a requestToken callback, activates with push.activate(), reads device state with the new getDevice(), and subscribes channels with channel.push.subscribeDevice(). Adds the guide to the Pub/Sub nav and a React Native example to the device activation page. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…t Native - Added details on using `push.updateToken()` to sync updated push tokens with Ably when rotated by the platform. - Included examples for React Native setup and API usage.
ttypic
force-pushed
the
AIT-1170/react-native-push-docs
branch
from
July 23, 2026 17:18
b599731 to
0f82fc2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request updates the React Native push notifications guide to incorporate the new
ably/react-native-pushplugin provided by the Ably JavaScript SDK v2.25.0. The updated guide includes:Additionally, updates include adding the guide to the Pub/Sub navigation and providing a React Native example on the device activation page.
Checklist