-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
Hey guys, I'm trying to increase FAB action TouchableRipple size, but I think it's not possible.
Analyzing FAB Component https://github.com/callstack/react-native-paper/blob/master/src/components/FAB/FAB.tsx we can standard and small styles match with sizes on these screenshots.
Then looking at FAB.Group Component https://github.com/callstack/react-native-paper/blob/master/src/components/FAB/FABGroup.tsx we can see small prop statically defined.
Am I right when I think It's not possible (for now) change TouchableRipple size?
- react-native: 0.61.5
- react-native-paper: ^4.1.0
- react-native-vector-icons: ^7.0.0



