Open CodeShiva87 opened 4 years ago
Hi,
I was not able to reproduce your bug in release mode, can you update a gif or more details?
Try to use the latest version 1.1.3
also.
Hi, I was not able to reproduce your bug in release mode, can you update a gif or more details? Try to use the latest version
1.1.3
also.
Thanks. Looks like the issue is in the code below in handleChange:
refPicker.current.scrollToIndex({ animated: true, index: index, viewOffset: -30, });
Works fine when I remove this. Not sure why it doesn't work properly in Release mode though.
I'm facing this issue only in release mode that the smooth picker moves uncontrollably in horizontal mode with fast scrolling. Not able to reproduce this in Debug mode and hence not able to solve it. Scrolling stops abruptly after some time or when I close the App and restart.
"react-native-smooth-picker": "^1.0.2",