Skip to content

quidone/react-native-wheel-picker-feedback

Repository files navigation

🙌 React Native Wheel Picker Feedback 🙌

React Native Wheel Picker Feedback is released under the MIT license. Current npm package version.

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

Installation

yarn add @quidone/react-native-wheel-picker-feedback

Usage

import WheelPickerFeedback from '@quidone/react-native-wheel-picker-feedback';

WheelPickerFeedback.triggerImpact();
WheelPickerFeedback.triggerSound();
WheelPickerFeedback.triggerSoundAndImpact()

⚡️ Try it out

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

👨‍💻 Author

Sergey Rozhkov

🎯 Was it helpful?

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.

🤝 Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

📄 License

Quidone React Native Wheel Picker Feedback is MIT licensed, as found in the LICENSE file.


Made with create-react-native-library