feat(demo): [SDK-4217] add Live Activities demp example#1933
Merged
fadi-george merged 9 commits intomainfrom Mar 31, 2026
Merged
feat(demo): [SDK-4217] add Live Activities demp example#1933fadi-george merged 9 commits intomainfrom
fadi-george merged 9 commits intomainfrom
Conversation
nan-li
approved these changes
Mar 31, 2026
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
One Line Summary
Add Live Activities support to the React Native demo app with an iOS delivery order tracking widget.
Details
Motivation
The demo app was missing Live Activities support, which is needed to demonstrate and test the OneSignal Live Activities SDK features (push-to-start, push-to-update) from the React Native wrapper.
Scope
LiveActivitySection(iOS only) with start, update (cycle through order statuses), stop updating, and end buttonsOneSignalWidgetLiveActivitywidget extension with Lock Screen banner, Dynamic Island, and animated delivery progress bar displaying order number, status, message, and ETAONESIGNAL_API_KEYfrom.env(viareact-native-dotenv); start and stop-updating use the SDK directlypluginskey inbabel.config.jsand duplicate.enventry in.gitignoreTesting
Unit testing
All 244 existing tests pass via
vp test. No new unit tests needed — changes are limited to the demo app UI and API calls.Manual testing
.envwith a validONESIGNAL_API_KEYand verify update/end buttons are enabled.envand verify update/end buttons are disabledAffected code checklist
Checklist
Overview
Testing
Final pass