akveo / react-native-ui-kitten-demo-app

React Native UI-Kitten demo app
MIT License
210 stars 74 forks source link

On chat screen emojis are cutted at the top #1

Closed matheuschagas closed 7 years ago

matheuschagas commented 7 years ago

whatsapp image 2017-09-26 at 12 40 17 As we can see, the emoji is cutted on top, I think it's because emojis change the line height

matheuschagas commented 7 years ago

I just removed the add of lineHeights on RkText in bootstrap.js and I removed lineHeights from style files (theme.js and darkTheme.js) and it works.

I didn't test all components, but chat works with emojis now!