react-native-datepicker
react-native-datepicker copied to clipboard
i get bug when use 2 datepicker in 1 screen
Issue
when I use 2 different date pickers on the same screen and get 2 different values, the opening variable is also different. But when I change the value, both change. It seems that the system thinks 2 dateicker is 1. Although these two are completely different.
Anyone help me pls
Did you check that the method of state is not the same? I mean the method for change the value of the variable.