What do folks use for a date/ time picker for Expo for Web?

@react-native-community/datetimepicker doesn’t support web.

react-datepicker doesn’t play nice with the z-index: 0 built into every view in react-native-web:

So… what are folks using? Thanks!

if anyone else is struggling with this, I found that the suggestion to use a React portal in this issue (Option to make the popper top of all DOM elements. · Issue #2545 · Hacker0x01/react-datepicker · GitHub) fixed my z-index problem on react-datepicker.