mastermoo / react-native-action-button

customizable multi-action-button component for react-native
MIT License
2.52k stars 569 forks source link

Enable scroll on Action Button Items #355

Open karanasthana opened 4 years ago

karanasthana commented 4 years ago

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.

samuelmarina commented 3 years ago

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?