Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rockingrohit9639 opened this issue Jun 10, 2022 · 1 comment

Comments

@rockingrohit9639
Copy link

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
Copy link

meerita commented Oct 18, 2022

I solved this by wrapping the scrollview and the floating button
<> <Scrollview>...</Scrollview> <Floatingbutton /> </>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants