Version: 0.25.1 OS: Mac 10.11.3 Platform: iOS only since `lineHeight` seems to only be supported for iOS Screenshot:  Code: ``` typescript // JSX <Text style={styles.text}> Text that goes on multiple lines. </Text> // style var styles = StyleSheet.create({ text: { fontSize: 35, lineHeight: 35 * 0.75 } }); ``` https://rnplay.org/apps/GPgsLg Note: Setting `overflow: "visible"` or a large `height` doesn't fix this.