[change] transparent default Image backgroundColor

This commit is contained in:
Kirill Korolyov
2015-12-07 20:14:47 +00:00
committed by Nicolas Gallagher
parent b2a4d742a9
commit e1da11fa1d
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ Defaults:
```js
{
alignSelf: 'flex-start',
backgroundColor: 'lightGray'
backgroundColor: 'transparent'
}
```