react-native-action-button
react-native-action-button copied to clipboard
Enable scroll on Action Button Items
I have a scenario where the number of action button items inside the action button are variable according to user preferences. As soon as a user has more than 5-6 items on a small screen, the buttons supposed to be on the top are not accessible.
I am in the same situation. I tried adding the <ActionButton.Item />
inside a <ScrollView />
but it's not showing the buttons. Is there any way to implement this?