nucleartux/react-native-date

Is there a way to wrap a UI component?

narychen opened this issue · 1 comments

Currently this native-module pops a dialog to select time and date.
You need to put a button on the screen for users to touch. It's not feel so good.

@narychen I was a bit confused by this at first too, but it's actually a very common pattern for native android date/time pickers. They are almost always opened in pop-up dialogs.

It would still be possible to just wrap the date/time picker directly and not show them in a dialog though. It would just be a bit of work to implement that feature in this library