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