This diff makes it so RegistrationTerms is the last screen in the wizard, and so that pressing the "Register" button triggers registration.
Depends on D8162
Paths
| Differential D8163 Authored by ashoat on Jun 9 2023, 12:10 PM.
Details Summary This diff makes it so RegistrationTerms is the last screen in the wizard, and so that pressing the "Register" button triggers registration. Depends on D8162 Test Plan I tried going through the wizard and confirmed it works
Diff Detail
Event TimelineHerald added a subscriber: tomek. · View Herald TranscriptJun 9 2023, 12:10 PM2023-06-09 12:10:12 (UTC-7) ashoat added a child revision: D8164: [native] Style RegistrationTerms.Jun 9 2023, 12:10 PM2023-06-09 12:10:35 (UTC-7)
Harbormaster completed remote builds in B20143: Diff 27593.Jun 9 2023, 12:26 PM2023-06-09 12:26:48 (UTC-7) This revision is now accepted and ready to land.Jun 9 2023, 12:31 PM2023-06-09 12:31:51 (UTC-7) Harbormaster completed remote builds in B20145: Diff 27595.Jun 9 2023, 12:35 PM2023-06-09 12:35:40 (UTC-7) Comment Actions Realized useFocusEffect doesn't work because there are two other auxiliary screens we use for setting avatars. Reworked it to enable registrationMode while any of the 3 relevant screens are in focus Harbormaster completed remote builds in B20148: Diff 27598.Jun 9 2023, 1:01 PM2023-06-09 13:01:39 (UTC-7) Closed by commit rCOMM61730cb3c25b: [native] Move final registration step to RegistrationTerms (authored by ashoat). · Explain WhyJun 9 2023, 2:24 PM2023-06-09 14:24:19 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 27621 native/account/registration/avatar-selection.react.js
native/account/registration/registration-terms.react.js
native/navigation/nav-selectors.js
|