invertase / react-native-material-design

React Native UI Components for Material Design
http://react-native-material-design.github.io
MIT License
3.15k stars 365 forks source link

Updated propTypes of Card, Divider, Icon and Toolbar to propTypes.style #48

Closed feelingweird closed 8 years ago

feelingweird commented 8 years ago

This avoids getting warnings when applying arrays of objects to Cards, and allows a slightly cleaner syntax than PropTypes.oneOfType([PropTypes.object, PropTypes.array])