troberts-28 / react-native-timer-picker

A simple, flexible, performant duration picker for React Native apps (Expo & Bare Workflow). Great for timers, alarms and duration inputs. Includes iOS-style haptic and audio feedback.
https://www.npmjs.com/package/react-native-timer-picker
MIT License
132 stars 14 forks source link

Feature Request: Add Tick Sound or Vibration for iOS Picker-like Feedback #22

Closed usama23sep closed 3 months ago

usama23sep commented 5 months ago

https://github.com/troberts-28/react-native-timer-picker/assets/56351501/463f947f-37eb-4d63-9234-fb416adf2267

Feature Request

I would like to propose the addition of a tick sound or vibration feedback option for user interfaces, similar to the iOS picker experience. This feature would enhance user interaction by providing subtle auditory or haptic feedback when scrolling through options or making selections, improving overall user experience and accessibility.

troberts-28 commented 5 months ago

Hey @usama23sep 👋

This would be a really nice adition. I'll put it on the roadmap!

troberts-28 commented 3 months ago

Hey @usama23sep, this has just been released in v1.8.0 ✨ Check the updated docs for how to enable it.

N.B. I've only configured it for Expo so far