...
import { Icon } from 'react-native-material-ui';
...
render() {
<View>
<Icon name="person"/>
</View>
}
const propTypes = {
name: PropTypes.string.isRequired,
style: PropTypes.oneOfType([PropTypes.object, PropTypes.array]),
size: PropTypes.number,
color: PropTypes.string,
};