nucleartux / react-native-date

React Native date and time pickers for Android
MIT License
47 stars 20 forks source link

cannot bind date or time to ui. #32

Open MaddyMastering opened 8 years ago

MaddyMastering commented 8 years ago

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 for date.

plz help how to do this.