Skip to content

Make it possible to justify the placeholder Text  #44

@ramyareye

Description

@ramyareye

Hi,
Thanks for you package :)
We have this code for placeholder :
<TouchableWithoutFeedback onPress={this.onPress.bind(this)}> <View style={[styles.selectBox, style]}> <View style={styles.selectBoxContent}> <Text style={textStyle}>{this.state.defaultText}</Text> <Indicator direction={indicator} color={indicatorColor} size={indicatorSize} style={indicatorStyle} /> </View> </View> </TouchableWithoutFeedback>
Possible to add a style to second View ? something like :
<View style={[styles.selectBoxContent, secondViewStyle]}>

Now I'm hard coding to fix this one's justifyContent !

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions