Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 245 Bytes

File metadata and controls

13 lines (9 loc) · 245 Bytes

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",
};