Jovanni Lo
Jovanni Lo
I thought of the same on the first version. But I ultimately decided not to. The simplest solution to that problem is to add paddingTop to your FlashList. I wanted...
@hirbod yeah, it needs to be pinned for the sheet to work. It's how IOS's bottom sheet works.... if you remove the `pinTo` code, the height of the list doesn't...
I tried various solution to the auto height problem and ended up with the layout constraints for IOS. Like adjusting the height of the list when dragging, etc. The constraints...
I actually didn't know that :D. I'll add it to the docs! Thank you
Can you try passing the default `ref` of the FlashList? Also try to wrap it on a `View` and pass that view's ref instead.
Yeah.. it has something to do with the FlastList's internal. It may have another "container" that's preventing the height constraint to work. A dirty fix would be to wrap the...
I have a feeling that this will get better when new arch is already supported. My guess is that FlashList is doing some calculation on the parent but it can't...
I don't know why android isn't allowing it.. maybe this is the default native behavior. You could try putting the search box at the top of the bottom sheet instead?...
On android, the undimmed background feature is "not" an official UX. I had to do some magic there for consistency with IOS. I'm no android developer so my implementation might...