I want to override and use the button of the headphones in my mobile app, so whenever I press volume up button (for example), something else will happen in the app (and the volume will stay the same)
It is possible to do it? And if yes, can I use React?
I don't want to develop a different app for ios and Andriod.
Thanks