react-native-date
react-native-date copied to clipboard
cannot bind date or time to ui.
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.