Releases: c19354837/react-native-system-setting
Releases · c19354837/react-native-system-setting
v1.5.0
breaking change: remove default Android permission, see detail
V1.4.5
fix bug: Exception handling for Volume Event, see detail
v1.4.4
new API: getLocationMode()
, see detail
fix bug: all listener may get null
sometime
v1.4.3
for iOS - override +(BOOL)requiresMainQueueSetup
to remove warning
V1.4.2
new API: addLocationListener()
, only works in Android
new API: addAirplaneListener()
, only works in Android
v1.4.1
new API: addWifiListener()
, only works in Android
new API: addBluetoothListener()
, Android & iOS
v1.4.0
new API: setAppStore()
, it will avoid some troubles when you submit app to App Store, see detail
v1.3.0
new API: switchBluetoothSilence()
, see detail
breaking change: remove android.permission.CHANGE_WIFI_STATE
from AndroidManifest.xml. If you want to call switchWifiSilence()
, you should declare the permission in your Androidmanifest.xml, see detail
v1.2.5
fix bug - setVolume(val, config)
will cause a crash when type
is null, see detail
fix bug - grantWriteSettingPremission()
navigates to the wrong page, see detail
V1.2.4
fix bug - isLocationEnabled
return false
when locate by network only, see detail