From 2d308d61818f8f860efeaa0b907e6c5dfb428d65 Mon Sep 17 00:00:00 2001 From: cailenmusselman Date: Fri, 17 Mar 2017 12:11:47 -0600 Subject: [PATCH] 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 --- react-native/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/react-native/index.d.ts b/react-native/index.d.ts index e120301923..884fd316aa 100644 --- a/react-native/index.d.ts +++ b/react-native/index.d.ts @@ -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