tt-driver-apps
tt-driver-apps
It seems that the behaviour of the `addVolumeListener` callback is called differently from iOS and Android when the volume is set within the library. On Android, when you set the...
* Fix SoundVolume addVolumeListener callback have the same behaviour on Android and iOS * Fix #102 * Fix c19354837/react-native-system-setting/issues/102
Hi, In our project, we use a new NPM feature to override a package: See https://github.com/Kudo/jsc-android-buildscripts ``` yarn add jsc-android@npm:@kudo-ci/jsc-android ``` will generate this line in our package.json: ``` "jsc-android":...