-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generic haptic feedback support #40
Comments
Hey @danielreuterwall, Thank you for this! Definitely makes sense to make it generic rather than limiting it to Expo (I selfishly did that because I just needed the Haptics to work in Expo). I should be able to do this at some point in the next few months, or I'd be very happy to review a PR if you'd like to have a go? |
I can definitely fix a PR for that. Should I fix the audio feedback in the way, while I'm at it? |
Great stuff. Yes please! |
This has now been released in |
The Haptic feedback is limited to use the Expo module. If we would allow a callback as a prop instead of the whole module we could support a generic haptic feedback implementation and allow you to configure the feedback as needed.
Possible renamning the props to something like
hapticFeedback
.The same could be used for audio feedback as well. What do you think?
The text was updated successfully, but these errors were encountered: