You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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