Android TextView now supports the native includeFontPadding property

And it's exposed by react-native as a style property.

Reference: https://facebook.github.io/react-native/docs/text.html
This commit is contained in:
cailenmusselman
2017-03-17 12:11:47 -06:00
committed by GitHub
parent 8bbad367a4
commit 2d308d6181
+1
View File
@@ -734,6 +734,7 @@ declare module "react" {
export interface TextStyleAndroid extends ViewStyle {
textAlignVertical?: "auto" | "top" | "bottom" | "center"
includeFontPadding?: boolean
}
// @see https://facebook.github.io/react-native/docs/text.html#style