mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
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:
Vendored
+1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user