akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.19k stars 952 forks source link

Center align text in button #1730

Closed Geperson closed 1 year ago

Geperson commented 1 year ago

Could you please provide an example: how to align long (multiply rows ) text in button by horizontal? I've tried to provide style={{textAlign: 'center'}} to button and to entire but it not works.

<Button style={{textAlign: 'center'}} size='large' onPress={() => this.correctionsMade()}>
<Text style={{textAlign: 'center'}}>TITLE</Text>
</Button>
bataevvlad commented 1 year ago

Hello there @Geperson !

You can check our example codes !

You also can use without <Text style={{textAlign: 'center'}}>TITLE</Text>

Like so:

<Button>L</Button>