Files
react-native/docs/settings.md
T
2017-11-15 15:34:32 -08:00

70 lines
553 B
Markdown

---
id: settings
title: Settings
---
### 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
Settings.get(key)
```
---
### `set()`
```javascript
Settings.set(settings)
```
---
### `watchKeys()`
```javascript
Settings.watchKeys(keys, callback)
```
---
### `clearWatch()`
```javascript
Settings.clearWatch(watchId)
```
## Properties