anchorchat / anchor-ui-native

https://anchorchat.github.io/anchor-ui-native/
MIT License
2 stars 0 forks source link

[MessageSeparator] Text is not center aligned #131

Closed IanCStewart closed 6 years ago

IanCStewart commented 6 years ago

After some research this appeared not to be an ui kit issue but the over wrapping of Text components.

// for example
<Text style={{ fontSize: 14, lineHeight: 17 }}>
  <Text>This text does not inherit lineHeight thus not being entered</Text>
</Text>