React Native Paper: Style FAB like other FAB buttons in group with a label, rather than as an extended FAB
I am using React Native Paper as my styling UI library and ran into an issue with the FAB. Within a FAB.group, I need to be able to put labels next to all the FAB options, but need the visuals to be the same for each of them. When putting a label for the original FAB, it becomes an extended FAB with the text on the right, while the others in the group have the text on the left. Is there a way to put the text on the left of the original FAB without just using an absolute positioning of a Text component and manually putting it there?