react-native-action-button
react-native-action-button copied to clipboard
Pressing ActionButton always open ActionButton.Item even with active={false}
Even when I set active={false}
, clicking the ActionButton
opens alls ActionButton.Item
.
Is this a behavior made on purpose?
If I set active={false}
, shouldn't it always be closed (never show ActionButton.Item
)?
yes, i am also facing same issue.