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

React Native date and time pickers for Android

Results 14 react-native-date issues
Sort by recently updated
recently updated
newest added

https://github.com/nucleartux/react-native-date/blob/f284cdf93df17a300b79d830de44cf3b2c06244f/src/main/java/me/nucleartux/date/DatePicker.java#L48 `picker.getDatePicker().setMinDate()` expects a timestamp in the user time: http://developer.android.com/reference/android/widget/DatePicker.html#setMaxDate(long) > Sets the maximal date supported by this DatePicker in milliseconds since January 1, 1970 00:00:00 in getDefault() time zone....

when i try let time = hour+":"+minute; this.setState({time: time}); i get undefined is not a function(evaluating 'this.setState({time:time})') but if i alert that time i can see correct time. same problem...

Hello. I try to use https://github.com/rnpm/rnpm (rnpm link), but it seems not working with react-native-date

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.

I'm on step 4 in the readme, registering the react package. Android studio is giving me error on these lines for passing in this to the ReactDatePackage: ``` @Override protected...

Hi there, I was wondering how the component works with 0.18-rc because MainActivity extends ReactActivity now. Is there another way to implement the DatePicker? Thanks!

Installed successfully with NPM. Imported as: ``` var DatePicker = require('react-native-fate-time-picker') ``` and added to my main view: ``` ``` getting this error: ``` Element Type is invalid: expected a...