1 headline: {
2 textAlign: 'center', // <-- the magic
3 fontWeight: 'bold',
4 fontSize: 18,
5 marginTop: 0,
6 width: 200,
7 backgroundColor: 'yellow',
8 }
1<View style={{flex: 1,textAlign: 'center',alignItems: 'center', textAlignVertical: 'center' }}>
2