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 am trying to create a bottomSheetModal that contains a Header section at the top, a FlatList section in the middle, and a Button section at the bottom. I want the modal to always show the Header and Button sections as well as fit the content of the list as most of the time there will only be a few options. However, when there are a lot of options, the FlatList is taking up too much space and the Button section is no longer visible. Is there any way to make this work?
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
-
I am trying to create a bottomSheetModal that contains a Header section at the top, a FlatList section in the middle, and a Button section at the bottom. I want the modal to always show the Header and Button sections as well as fit the content of the list as most of the time there will only be a few options. However, when there are a lot of options, the FlatList is taking up too much space and the Button section is no longer visible. Is there any way to make this work?
Beta Was this translation helpful? Give feedback.
All reactions