Update documentation

This commit is contained in:
Nicolas Gallagher
2016-03-15 17:14:44 -07:00
parent bf7beb4102
commit 21cc8f47ba
8 changed files with 249 additions and 177 deletions
+11 -9
View File
@@ -58,20 +58,22 @@ could be an http address or a base64 encoded image.
**style**: style
+ ...[View#style](View.md)
Defaults:
```js
{
alignSelf: 'flex-start',
backgroundColor: 'transparent'
}
```
+ `resizeMode`
**testID**: string
Used to locate a view in end-to-end tests.
## Properties
static **resizeMode**: Object
Example usage:
```
<Image resizeMode={Image.resizeMode.contain} />
```
## Examples
```js