react-native-action-button icon indicating copy to clipboard operation
react-native-action-button copied to clipboard

Enable scroll on Action Button Items

Open karanasthana opened this issue 4 years ago • 1 comments

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.

karanasthana avatar Sep 09 '20 11:09 karanasthana

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?

samuelmarina avatar Sep 30 '20 20:09 samuelmarina