feat(example): rebuild demo app to match native iOS/Android features#164
Merged
brax10ward merged 1 commit intoJul 15, 2026
Conversation
Replace the 3-screen example (Home/Transact/Action) with a bottom-tab demo mirroring the native demo apps: - Tabs: Pay Link, User Link, Actions, Events, Settings - Sub-screens: Company Login, Change Actions JSON editor, Data Response - Actions screen cloned from the iOS SDK demo (PayLinkActions): collapsible account/bill groups, per-action launch, headless toggle, pay-link/accounts fetch, JSON editor (3 shapes), staleness warning - On-screen Events log (filter/sort/clear, raw JSON detail) fed by all callbacks - Settings: paste public token, environment, theme, language, debug, iOS presentation style - Single-select task pickers (Pay Link / User Link) with starting-screen + company - Data Response provider (identity + card) returned via onDataRequest for the SDK payment response; round-trip is iOS-only in the RN bridge - Shared React Context + AsyncStorage persistence, reusable components - Company suggestions ported from the Android demo - Add @react-navigation/bottom-tabs, @expo/vector-icons, expo-clipboard, expo-font; remove unused @react-native-picker/picker - Rewrite example README
brax10ward
marked this pull request as ready for review
July 15, 2026 17:10
eriksargent
approved these changes
Jul 15, 2026
brax10ward
deleted the
braxton/sdk-678-update-react-native-demo-app-to-match-androidios-features
branch
July 15, 2026 19:47
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.
Linear Link
SDK-678 — Update react-native demo app to match android/ios features
Summary
Rebuilds the
example/demo app so it mirrors the native iOS and Android demo apps, making it easy to test the full action flowType of change
Checklist: