-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[StripeConnect] Add onboarding component. (#4031)
## Summary This change: - Implements the onboarding component (UI still work in progress) - Updates the onSetterFunction. The previous implementation was incorrect because it assumed adding the onSetterFunction message handler for each setter. You can only add 1 message handler per name, so this makes it so you add setter handlers to the primary OnSetterFunctionCalledMessageHandler instead. - Updates a few unit tests to not load web content. - Adds an activity indicator. [MXMOBILE-2743](https://jira.corp.stripe.com/browse/MXMOBILE-2743) ## Demo Video recorded before using StripeSpinner https://github.com/user-attachments/assets/84e29814-ec25-4f9a-b7d6-d4167c4872c2 Video with Stripe spinner https://github.com/user-attachments/assets/fbf1ae6c-7ee5-42ab-ac81-9e331bf47760 https://jira.corp.stripe.com/browse/MXMOBILE-2483
- Loading branch information
1 parent
138aa77
commit a4f6390
Showing
22 changed files
with
489 additions
and
91 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.