Ninty

Results 19 comments of Ninty

Thanks for your feedback! I reproduce it in my android phone. If I block keyup event for volume button in `onKeyUp()`, it'll be called once only. So I think twice...

I'm late. I've publish 1.8.0-alpha.0, and you can install by `npm install react-native-system-setting@alpha`.

I fixed a similar bug in V 1.5.3, so which version are you using?

It works in my phone( Meizu m2 note, Android 5.1). What problem have you encountered?

I'm back. I've upload a native Android app, [download](https://raw.githubusercontent.com/c19354837/react-native-system-setting/master/screenshot/VolumeTest.apk) And the core code looks like: ``` am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0); // change volume silently ``` Slide the progress bar, and tell...

Have you tried this ```javascript SystemSetting.setVolume(value, { type: 'music', playSound: false, }); ``` Is the same with the test app?

Thanks for your grate PR! I've run it in my RedMI note 5. Then I click the back button, it will show the app list. And I click back again,...

There is no way to switch mobile date programmatically, see [Latest update on enabling and disabling mobile data programmatically](https://stackoverflow.com/questions/31120082/latest-update-on-enabling-and-disabling-mobile-data-programmatically) Also, I cannot find a way to open `Mobile Data Setting...