picker
picker copied to clipboard
Selected value jumps back to first value when "Done" is tapped - Picker library v2.6.1, iOS only
We recently updated the picker library in our ReactNative app to version 2.6.1. We have now encountered a bug when selecting a value with the picker wheel on iOS devices. When we tap the 'done' button, the wheel spins back to the first value and it is selected. The spinning back happens before 'onValueChange' is called, so we can't intercept and read the value before it is reset.
Having the same issue on RN 0.78.9...
Same for us.
Same and it's caused by #538 (at least for me).
You could change your code to only use string values (and add the necessary conversions) but I strongly hope that #538 gets fixed soon :)