react-native-live-markdown icon indicating copy to clipboard operation
react-native-live-markdown copied to clipboard

Line spacing isn't consistent for the text with emojis

Open VickyStash opened this issue 1 year ago • 2 comments

Problem

Line spacing isn't consistent for the text with emojis on iOS

Steps to reproduce

  1. 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}}

  1. See that line spacing isn't consistent
Screenshot

image

Platform

iOS

VickyStash avatar Jul 29 '24 14:07 VickyStash

^^ @parasharrajat

VickyStash avatar Jul 29 '24 14:07 VickyStash

iOS

RNTextInput RNMarkdownTextInput
Image Image

tomekzaw avatar May 21 '25 07:05 tomekzaw