Our EnumSettingsOption component on native only supports checkbox type input. For this new thread notif settings experience we need to have a radio type input
Depends on D12642
Differential D12643
[native] introduce type prop to EnumSettingsOption component ginsu on Jul 2 2024, 6:32 PM. Authored by Tags None Referenced Files
Details Our EnumSettingsOption component on native only supports checkbox type input. For this new thread notif settings experience we need to have a radio type input Depends on D12642 Confirmed that there were no regressions with where we render EnumSettingsOption in the create roles and community creation screens Also confirmed that the radio input looked like this:
Diff Detail
Event TimelineComment Actions
Comment Actions
D12654 updates the UI further in this stack
I did this to match how EnumSettingsOption on web https://github.com/CommE2E/comm/blob/master/web/components/enum-settings-option.react.js#L43 |