diff --git a/docs/Style.md b/docs/Style.md index d7b5d1615..88a84d6c2 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](https://github.com/facebook/react-native/blob/72d3d724a3a0c6bc46981efd0dad8f7f61121a47/Libraries/Components/View/ViewStylePropTypes.js) +- [Image Properties](https://github.com/facebook/react-native/blob/72d3d724a3a0c6bc46981efd0dad8f7f61121a47/Libraries/Image/ImageStylePropTypes.js) +- [Text Properties](https://github.com/facebook/react-native/blob/72d3d724a3a0c6bc46981efd0dad8f7f61121a47/Libraries/Text/TextStylePropTypes.js) +- [Flex Properties](http://facebook.github.io/react-native/docs/flexbox.html#content)