-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
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