Scrolling in modal for web?

Has anyone implemented a modal in React Native Web which had scrolling?

I’ve tried 2 packages modal-react-native-web and modal-enhanced-react-native-web. The API Is the same for web and native and everything else seems to work, but sadly the ScrollView does nothing on web.

Maybe I should just use a general React modal package for the web view eg?:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.