volume up and Volume down listner not working on ios 15 and above version. is there any solution for this?
same issue, plz help
addListeners are not working, I've tried the listener for volume, to make sure i also tried the bluetooth listener, that also didn't worked for me.
The solution is here https://github.com/c19354837/react-native-system-setting/issues/134 on the native side (because the event name that listens to the volume change event doesn't work anymore). But nobody still created the pull request to include it in the next release...
Since this repo does not seem to be maintained anymore, I switched to react-native-volume-manager, which works great on iOS 15.