mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Additional markdown adjustments
Summary:
Follow up to 9ec9567390
Closes https://github.com/facebook/react-native/pull/16759
Differential Revision: D6285219
Pulled By: hramos
fbshipit-source-id: 7012d257a5a6cff06cb2d94203a9379e4b7e3c4e
This commit is contained in:
committed by
Facebook Github Bot
parent
ae5ef653cb
commit
e11d496e9d
@@ -33,7 +33,7 @@ previous: pushnotificationios
|
||||
### `get()`
|
||||
|
||||
```javascript
|
||||
static get(key)
|
||||
Settings.get(key)
|
||||
```
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ static get(key)
|
||||
### `set()`
|
||||
|
||||
```javascript
|
||||
static set(settings)
|
||||
Settings.set(settings)
|
||||
```
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ static set(settings)
|
||||
### `watchKeys()`
|
||||
|
||||
```javascript
|
||||
static watchKeys(keys, callback)
|
||||
Settings.watchKeys(keys, callback)
|
||||
```
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ static watchKeys(keys, callback)
|
||||
### `clearWatch()`
|
||||
|
||||
```javascript
|
||||
static clearWatch(watchId)
|
||||
Settings.clearWatch(watchId)
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user