**Reproduce:** 1. Create a app with `WheelPicker` component and set the `isCyclic` prop to true (or create a large list of values) 2. Run the app 3. Swipe fast up or down on the wheel picker so the wheel starts spinning 4. Stop the wheel by touching it once 5. The value that was selected is not sent back in the callback `onItemSelected` If you let the wheel stop by itself or you scroll slowly the value is sent in the callback `onItemSelected` as expected. 