diff --git a/docs/Style.md b/docs/Style.md index d7b5d1615..0bf23e3a9 100644 --- a/docs/Style.md +++ b/docs/Style.md @@ -91,3 +91,11 @@ var List = React.createClass({ // ... in another file ... ``` +## 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)