Modal with scrollable view #3891
Unanswered
alejandrofdez-us
asked this question in
Q&A
Replies: 1 comment
-
Which version of For v5 alpha, you can make the content of Popup scrollable like this: Refer: https://next.mobile.ant.design/components/popup |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a popup modal. This modal may show a FlatList or similar including a bunch of items. These items may not fit on the screen. How can I include a scroll view within the modal? I tried nesting the modal in ScrollView, or incoporating a ScrollView before the FlatList but it didn't work. Any solutions? Thanks
Beta Was this translation helpful? Give feedback.
All reactions