Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

Styling react native picker - specifically text alignment (iOS)

$
0
0

I have a picker with full screen width and the text is aligned in the center. I want the text to align to the left but having difficulty.

formPicker:{
    marginTop:10,
    backgroundColor:'#eee',
    alignSelf:'flex-start',
    //alignContent:'flex-start',
    //justifyContent:'flex-start',
    //textAlign:'left'
}

<Picker style={styles.formPicker} selectedValue={selectedValue} onValueChange={this.pickerValueChanged}>
                    {pickerItems}
                </Picker>

enter image description here


Viewing all articles
Browse latest Browse all 16750

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>