mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Update Style.md
This commit is contained in:
@@ -60,6 +60,7 @@ In order to let a call site customize the style of your component children, you
|
||||
```javascript
|
||||
var List = React.createClass({
|
||||
propTypes: {
|
||||
style: View.stylePropType,
|
||||
elementStyle: View.stylePropType,
|
||||
},
|
||||
render: function() {
|
||||
|
||||
Reference in New Issue
Block a user