Skip to content

Commit d71c079

Browse files
committed
Merge pull request #469 from tjwudi/master
Document supported CSS properties
2 parents 5ec33d4 + 78f0c71 commit d71c079

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/Style.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,11 @@ var List = React.createClass({
9191
// ... in another file ...
9292
<List style={styles.list} elementStyle={styles.listElement} />
9393
```
94+
## Supported Properties
95+
96+
You can checkout latest support of CSS Properties in following Links.
97+
98+
- [View Properties](http://facebook.github.io/react-native/docs/view.html#style)
99+
- [Image Properties](http://facebook.github.io/react-native/docs/image.html#style)
100+
- [Text Properties](http://facebook.github.io/react-native/docs/text.html#style)
101+
- [Flex Properties](http://facebook.github.io/react-native/docs/flexbox.html#content)

0 commit comments

Comments
 (0)