mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 09:12:06 +08:00
Merge pull request #469 from tjwudi/master
Document supported CSS properties
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user