No possible way to make scroll work when using height: '100%'
?
#640
Unanswered
bradherman
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
-
We're using tailwind and flex throughout our app and unfortunately when using
h-full
which isheight: '100%'
inside a view container also set to full height, the FlashList always throws theunusable size
error. I understand why a height is needed, but surprised100%
doesn't work. Any way to get this functioning without running onLayout calculations and stuff?Beta Was this translation helpful? Give feedback.
All reactions