Add native_pwi_disabled feature gate experiment (#4507)

* Add native_pwi_disabled feature gate experiment

* Use const
This commit is contained in:
Eric Bailey 2024-06-17 13:21:09 -05:00 committed by GitHub
parent f5f3bd8130
commit 332524b7de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 25 additions and 5 deletions

View file

@ -1,5 +1,6 @@
export type Gate =
// Keep this alphabetic please.
| 'native_pwi_disabled'
| 'request_notifications_permission_after_onboarding_v2'
| 'show_avi_follow_button'
| 'show_follow_back_label_v2'