react-native-measure-text
react-native-measure-text copied to clipboard
line wrape issue
some time the Text component wrap the line but the measure method seems think there is no need to wrap . and the measured height seems has some tiny difference with text component layouted height too.

@gaodeng Could you provide a minimum example to reproduce the issue?
@airamrguez Hi, this demo https://github.com/gaodeng/measure_text_demo
this screenshot below is taken from emulator Nexus 6 API 25

@gaodeng. Thanks for the example. I will try to take a look into this at the weekend.