react-native-date icon indicating copy to clipboard operation
react-native-date copied to clipboard

Is there a way to wrap a UI component?

Open narychen opened this issue 9 years ago • 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 avatar Jan 27 '16 12:01 narychen

@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

Traviskn avatar Feb 06 '16 18:02 Traviskn