react-native-system-setting
react-native-system-setting copied to clipboard
fix(SoundVolume): addVolumeListener callback have same behaviour
- Fix SoundVolume addVolumeListener callback have the same behaviour on Android and iOS
- Fix #102
- Fix c19354837/react-native-system-setting/issues/102
@c19354837 As mentioned in the issue, we eventually came with the second solution. Meaning we "suspend" listener on iOS part as well, like it's done on Android.