Open
Description
Problem
Line spacing isn't consistent for the text with emojis on iOS
Steps to reproduce
- Test with multiline input with next styles:
input: {
fontSize: 15,
lineHeight: 22,
width: 220,
fontWeight: '400',
verticalAlign: 'middle',
padding: 5,
borderColor: 'gray',
borderWidth: 1,
},
Also markdownStyle should include {emoji: {fontSize: 19}}
- See that line spacing isn't consistent
Platform
iOS