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