We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ec33d4 + 78f0c71 commit d71c079Copy full SHA for d71c079
1 file changed
docs/Style.md
@@ -91,3 +91,11 @@ var List = React.createClass({
91
// ... in another file ...
92
<List style={styles.list} elementStyle={styles.listElement} />
93
```
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