goodatlas / react-native-audio-record

Audio record buffers for React Native (iOS and Android)
MIT License
176 stars 101 forks source link

Added support for haptics and AudioSession Category #51

Open alanschwarz opened 3 years ago

alanschwarz commented 3 years ago

Hi! I was working with this repo on a project and I found a limitation. I needed to be able to trigger haptics during recording. This has been supported on iOS since version 13. It seems Android allows this out of the box.

This PR adds the functionality to pass the PlaybackType you want and if you want to allow Haptics or not. For me it works on my app now, and I would be very happy if you accept my contribution. Thank you for taking the time!

Alan