Skip to content

Releases: c19354837/react-native-system-setting

v1.5.0

10 Jul 15:52
Compare
Choose a tag to compare

breaking change: remove default Android permission, see detail

V1.4.5

06 Jun 16:34
Compare
Choose a tag to compare

fix bug: Exception handling for Volume Event, see detail

v1.4.4

28 May 04:32
Compare
Choose a tag to compare

new API: getLocationMode(), see detail

fix bug: all listener may get null sometime

v1.4.3

21 May 14:42
Compare
Choose a tag to compare

for iOS - override +(BOOL)requiresMainQueueSetup to remove warning

V1.4.2

07 May 14:13
Compare
Choose a tag to compare

new API: addLocationListener(), only works in Android

new API: addAirplaneListener(), only works in Android

v1.4.1

24 Apr 01:15
Compare
Choose a tag to compare

new API: addWifiListener(), only works in Android

new API: addBluetoothListener(), Android & iOS

v1.4.0

21 Apr 15:43
Compare
Choose a tag to compare

new API: setAppStore(), it will avoid some troubles when you submit app to App Store, see detail

v1.3.0

15 Apr 15:35
Compare
Choose a tag to compare

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

07 Apr 15:24
Compare
Choose a tag to compare

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

14 Mar 12:51
Compare
Choose a tag to compare

fix bug - isLocationEnabled return false when locate by network only, see detail