react-native-app-helpers/LimitedHeightProps Props to be given to limited height components. Usage import type { LimitedHeightProps } from "react-native-app-helpers"; const example: LimitedHeightProps = { width: "fitsContent", };