Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 242 Bytes

File metadata and controls

13 lines (9 loc) · 242 Bytes

react-native-app-helpers/FixedWidthProps

Props to be given to fixed width components.

Usage

import type { FixedWidthProps } from "react-native-app-helpers";

const example: FixedWidthProps = {
  height: "fitsContent",
};