-
-
Notifications
You must be signed in to change notification settings - Fork 771
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
[v4] | [v2] BottomSheetFooter on top of BottomSheetFlatList items when there are a few items that don't cover entire screen #1878
Comments
@edisoni1995: hello! 👋 This issue is being automatically closed because it does not follow the issue template. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
not stale |
not stale |
same issue for me as well. |
even using v5, still not solved. OnLayout. This is log of onLayout of scrollview. Simulator.Screen.Recording.-.iPhone.SE.3rd.generation.-.2024-09-16.at.15.31.01.mp4@gorhom Can you please help here. |
@kuldip-simform I was not able to resolve it as I didn't have much time to check on this but what I did is a condition when there are less than x items to show a different component for the flatlist footer |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Definitely not stale. I am still facing this issue |
Bug
So I have a
BottomSheetFlatList
which has only 2 items and I am usingBottomSheetFooter
to show a sticky footer.Even though I have 2 items, I see only one item and I have to scroll to see other ones while the modal doesn't even cover half of the screen so there is enough space for the modal to expand more to show the remaining items.
If I add 3 more items for example the modal expands more and all the items are shown on the screen without the need to scroll. For users, it's very difficult to think that there is another item in there and they need to scroll.
Environment info
Describe what you expected to happen:
1.The footer should be shown and all the items should be visible in the screen since there is more than enough space.
Reproducible sample code
The text was updated successfully, but these errors were encountered: