Best practice for using BottomSheet in case of many rows ? #2170
Unanswered
NguyenHoangMinhkkkk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a screen with many DATAs to show inside a scrollview (or maybe a flatlist) and each data item have the action to use the Bottomsheet for showing their description content.
First Approach => Each DataItem have its BottomSheet (dont know how to do)
Second Approach => Only one Bottomsheet with content is a State, but need to setState each time press the button to expand the sheet, the setState may cause glitching animation
How to make best practice for my case ?
Beta Was this translation helpful? Give feedback.
All reactions