santomegonzalo / react-native-floating-action

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

React Native Floating Action does not working when placed in ScrollView #209

Open rockingrohit9639 opened 2 years ago

rockingrohit9639 commented 2 years ago

Hey there, I am Rohit. I am a beginner in React Native. Today, I was adding React Native Floating Action inside the ScrollView but it was not showing on the screen. I almost spent 2-3 hours figuring it out. Please add a warning or something in the documentation about it. If it was written there that it will not work inside ScrollView then I would have saved my 2-3 hours. Thank you.

meerita commented 2 years ago

I solved this by wrapping the scrollview and the floating button `<>

...

</> `