Skip to content

Commit f86c55d

Browse files
author
chenjiulin
committed
V 1.7.1
1 parent 166f62a commit f86c55d

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# V1.7.1
2+
**2018-12-30**
3+
4+
new API: `openAppSystemSettings` will open app setting page
5+
16
# V1.7.0
27
**2018-09-30**
38

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,13 @@ SystemSetting.switchAirplane(()=>{
212212
>
213213
> `switchAirplane()` is disabled by default for iOS since V1.7.0, [enable it](https://github.com/c19354837/react-native-system-setting/blob/master/iOS.md#ios)
214214
215+
**Other**
216+
217+
```javascript
218+
// open app setting page
219+
SystemSetting.openAppSystemSettings()
220+
```
221+
215222
## API
216223

217224
[API](https://github.com/c19354837/react-native-system-setting/blob/master/API.md)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-system-setting",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "provide some system setting APIs. Volume, brightness, wifi, location, bluetooth, airplane...",
55
"main": "SystemSetting.js",
66
"homepage": "https://github.com/c19354837/react-native-system-setting",

0 commit comments

Comments
 (0)