react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.45k stars 273 forks source link

IOS Haptic feedback not working properly. Stops randomly. #507

Open philipacrowe opened 11 months ago

philipacrowe commented 11 months ago

The haptic feedback works fine for the first scroll then can randomly stop working on the later scrolls. After playing around with it the problem seems to be with the selectedValue. On native apps you dont need to set this and if i dont set it on the react-native app itll keep trying to default to the first item after scrolling. ive noticed its during that transition when the user tries to select something whilst the picker is trying to reselect the selectedValue the haptic feedback breaks. i think the easy fix would be to allow the picker to work without the selectedValue prop.