Remove old onboarding (#4224)

* Hardcode onboarding_v2 to true, rm dead code

* Rm initialState, use initialStateReduced

* Rm dead code

* Drop *reduced prefix in code

* Prettier
This commit is contained in:
dan 2024-05-28 16:56:06 +01:00 committed by GitHub
parent 9bd411c151
commit adbbded003
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 27 additions and 1986 deletions

View file

@ -1,5 +1,4 @@
export type Gate =
// Keep this alphabetic please.
| 'reduced_onboarding_and_home_algo_v2'
| 'request_notifications_permission_after_onboarding'
| 'show_follow_back_label_v2'