### Description On **controlled** `TextInput`, adding an emoji after a new line make the line disappear. Adding whatever character after make the line appear again. ### Reproduction The code https://rnplay.org/apps/XmdwqQ  ### Additional Information **React Native**: reproduced on `0.36.0`, `0.37.0` & `0.38.0-rc.0` **Platform**: `iOS` **Component**: `TextInput` Thanks for your help 🚀 ## Edit 11/21/2016 The issue disappears when forcing the `lineHeight` of the `Text`. ( Thanks @linmic )