Merge pull request #469 from tjwudi/master

Document supported CSS properties
This commit is contained in:
Spencer Ahrens 2015-03-31 23:42:09 -07:00
commit d71c079dde
1 changed files with 8 additions and 0 deletions

View File

@ -91,3 +91,11 @@ var List = React.createClass({
// ... in another file ...
<List style={styles.list} elementStyle={styles.listElement} />
```
## Supported Properties
You can checkout latest support of CSS Properties in following Links.
- [View Properties](http://facebook.github.io/react-native/docs/view.html#style)
- [Image Properties](http://facebook.github.io/react-native/docs/image.html#style)
- [Text Properties](http://facebook.github.io/react-native/docs/text.html#style)
- [Flex Properties](http://facebook.github.io/react-native/docs/flexbox.html#content)