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
yarn add @quidone/react-native-wheel-picker-feedback
import WheelPickerFeedback from '@quidone/react-native-wheel-picker-feedback';
WheelPickerFeedback.triggerImpact();
WheelPickerFeedback.triggerSound();
WheelPickerFeedback.triggerSoundAndImpact()
git clone git@github.com:quidone/react-native-wheel-picker-feedback.git
cd react-native-wheel-picker-feedback
yarn install
cd example && yarn install && yarn ios
Do you like it and find it helpful? You can help this project in the following way:
- ⭐ Put the star.
- 💡 Suggest your ideas.
- 😉 Open a founded issue.
See the contributing guide to learn how to contribute to the repository and the development workflow.
Quidone React Native Wheel Picker Feedback is MIT licensed, as found in the LICENSE file.
Made with create-react-native-library