It provides native sound and haptic feedback from the wheel picker
npm install @quidone/react-native-wheel-picker-feedback[AUTHOR]: https://github.com/rozhkovs
[Q-WHEEl-PICKER]: https://github.com/quidone/react-native-wheel-picker
It provides native sound and haptic feedback from the wheel picker. For platform other than iOS, nothing will happen.
This may be used with [@quidone/react-native-wheel-picker][Q-WHEEl-PICKER]
``sh`
yarn add @quidone/react-native-wheel-picker-feedback
`ts
import WheelPickerFeedback from '@quidone/react-native-wheel-picker-feedback';
WheelPickerFeedback.triggerImpact();
WheelPickerFeedback.triggerSound();
WheelPickerFeedback.triggerSoundAndImpact()
`
`shell``
git clone git@github.com:quidone/react-native-wheel-picker-feedback.git
cd react-native-wheel-picker-feedback
yarn install
cd example && bundle exec pod install && yarn ios
---
Made with create-react-native-library