hirbod / react-native-volume-manager

React Native module which adds the ability to change the system volume on iOS and Android, listen to volume changes and supress the native volume UI to build your own volume slider or UX. It can listen to iOS mute switch and ringer mode changes on Android (and let you set the ringer mode)
MIT License
216 stars 14 forks source link

fix: prevent onDestroy when back is clicked #28

Open hgapsilva opened 3 months ago

hgapsilva commented 3 months ago

when having native with a react native fragment, after entering that fragment and then using the back hardware, the app crashes

hirbod commented 3 months ago

Hi @hgapsilva,

thanks for your PR. I'll verify it this weekend and create a new release once I am adding support for 0.73

chrysb commented 1 month ago

Can you please merge this? It's almost been two months and this is crashing our app.