It is possible to apply a gradient background in the FAB component of the paper with https://github.com/react-native-linear-gradient/react-native-linear-gradient?
Or is there another way to apply a gradient background in the fab, or does it only accept a solid color?
https://callstack.github.io/react-native-paper/fab.html
EDIT: I solved it somehow.
I put the Linear gradient, but without children, I solved it with CSS.
The gradient has the same format as the Fab and is on top, the FAB.Group has a transparent background and elevation: 99