bunla style veri akışı yapılır
getStyle = (): ViewStyle => { const style = [StyleSheet.flatten(styles.cardImage, this.props.width)]; style.push({ width: this.props.width}); return StyleSheet.flatten(style); };