diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index fe2d46c8f1..ea67ed879f 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -542,6 +542,7 @@ export interface FlexStyle { alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" alignItems?: FlexAlignType alignSelf?: "auto" | FlexAlignType + aspectRatio?: number borderBottomWidth?: number borderLeftWidth?: number borderRightWidth?: number