971258
8/2/2018 - 11:21 AM

Props ile style gönderip alma

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);
    };