react-native-paper icon indicating copy to clipboard operation
react-native-paper copied to clipboard

feat: adds labelStyleText prop to allow customize the FABGroup text

Open fernandobd42 opened this issue 2 years ago • 2 comments

Summary: Adds the prop labelStyleText at FABGroup component

Test plan How to use:

 <FAB.Group
  ....
  actions={[
    {  
      ...
      labelStyleText: { fontSize: 24, fontWeight: '600' }
    }
 ]}
/>

fernandobd42 avatar May 09 '22 02:05 fernandobd42

Hey @fernandobd42, thank you for your pull request 🤗. The documentation from this branch can be viewed here.

callstack-bot avatar May 09 '22 02:05 callstack-bot

Hi @fernandobd42 Could you please resolve conflict in your PR?

lukewalczak avatar Jun 25 '22 22:06 lukewalczak

Closing in favour of: https://github.com/callstack/react-native-paper/pull/3363

lukewalczak avatar Sep 15 '22 12:09 lukewalczak