Releases: c19354837/react-native-system-setting
Releases · c19354837/react-native-system-setting
V1.7.6
fix TypeScript definitions
V1.7.5
adds TypeScript definitions, see detail
V1.7.4
typo: grantWriteSettingPremission()
-> grantWriteSettingPermission
, see detail
V1.7.3
fix bug: setBrightness()
will cause a crash in iOS 13, see detail
V1.7.2
new API: addLocationModeListener()
, only works in Android
V1.7.1
new API: openAppSystemSettings
will open app setting page
V1.7.0
add preprocessor PRIVATE_API
which can enable switch*()
function, see detail
setAppStore()
is deprecated.
breaking change: remove BLUETOOTH
by default.
V1.6.0
bluetooth issues for App Store, see detail
V1.5.2
setVolume()
may crash in >= Android M, see detail
RN 0.56.+ support, see detail
V1.5.1
show System Volume UI by default for iOS, see detail