react-native-paper
react-native-paper copied to clipboard
feat: adds labelStyleText prop to allow customize the FABGroup text
Summary:
Adds the prop labelStyleText
at FABGroup component
Test plan How to use:
<FAB.Group
....
actions={[
{
...
labelStyleText: { fontSize: 24, fontWeight: '600' }
}
]}
/>
Hey @fernandobd42, thank you for your pull request 🤗. The documentation from this branch can be viewed here.
Hi @fernandobd42 Could you please resolve conflict in your PR?
Closing in favour of: https://github.com/callstack/react-native-paper/pull/3363