Open tpucci opened 6 years ago
Hello, I have the exact same issue.
After onPickerCancel
i call Picker.init
, this solves my problem.
thanks AlexMubarakshin, he methods is can run
hi @Domingowen , @AlexMubarakshin when call Picker init in fuc cancel it will remove select current
Hi ! Thanks for the good work on this RN module!
Here is my issue:
init
thenshow
, the Picker shows up an displays the wheelsWorkaround Each time we want to show the Picker, reinit it just before calling
show
.