mastermoo / react-native-action-button

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

Add a title to the ActionButton itself when the ActionButton.Item are visible #153

Open alexandredumat opened 7 years ago

alexandredumat commented 7 years ago

This is a feature request,

It would be nice to be able to add a title for the main button when the other buttons appear.

Use case instead of : ActionButton.Item -> create a new task ActionButton.Item -> create a new file ActionButton.Item -> create a new folder

we could do : ActionButton.Item -> task ActionButton.Item -> file ActionButton.Item -> folder ActionButton -> create a new

mastermoo commented 7 years ago

Its probably not straightforward to implement this, so if anyone wants to send a PR...

mattpilleul commented 4 years ago

Hi ! Any update for this feature ? I personally don't have the skill to implant this feature.