react-native/docs/settings.md
Héctor Ramos 9ec9567390 Flatten jsdocs to markdown plaintext
Differential Revision: D6261799

fbshipit-source-id: 269e151c5d136c1d508d9f2a060c0c670d0fe0f2
2017-11-07 16:46:52 -08:00

75 lines
645 B
Markdown

---
id: settings
title: Settings
layout: docs
category: APIs
permalink: docs/settings.html
next: share
previous: pushnotificationios
---
### Methods
- [`get`](docs/settings.html#get)
- [`set`](docs/settings.html#set)
- [`watchKeys`](docs/settings.html#watchkeys)
- [`clearWatch`](docs/settings.html#clearwatch)
### Properties
---
# Reference
## Methods
### `get()`
```javascript
static get(key)
```
---
### `set()`
```javascript
static set(settings)
```
---
### `watchKeys()`
```javascript
static watchKeys(keys, callback)
```
---
### `clearWatch()`
```javascript
static clearWatch(watchId)
```
## Properties