santomegonzalo / react-native-floating-action

Material design action button for React Native
MIT License
489 stars 180 forks source link

Position Top #229

Open mariela21180 opened 1 year ago

mariela21180 commented 1 year ago

The component only allows bottom positions right-left-center.

Is it possible to add top positions right-left-center with menu opening to bottom?

tmtm8976 commented 2 months ago

I found that you can use the shadow prop to add any styles you want, to achieve this you can use something like <FloatingAction shadow={{ top: 10 }}