chore(docs): Add update style doc (#225)

* add style doc in reference.md

* Update Reference.md
This commit is contained in:
Chi-AnTai 2019-01-07 21:56:48 +08:00 committed by Thibault Malbranche
parent 279147b39d
commit 8427a8db69
1 changed files with 10 additions and 0 deletions

View File

@ -275,6 +275,16 @@ Boolean value that forces the `WebView` to show the loading view on the first lo
---
### `style`
A style object that allow you to customize the `WebView` style. Please not that there are default styles (example: you need to add `flex: 0` to the style if you want to use `height` property).
| Type | Required |
| ----- | -------- |
| style | No |
---
### `decelerationRate`
A floating-point number that determines how quickly the scroll view decelerates after the user lifts their finger. You may also use the string shortcuts `"normal"` and `"fast"` which match the underlying iOS settings for `UIScrollViewDecelerationRateNormal` and `UIScrollViewDecelerationRateFast` respectively: