MCPcopy Create free account
hub / github.com/echobind/react-native-template / ScreenProps

Interface ScreenProps

template/src/components/Screen/Screen.tsx:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20`;
21
22interface ScreenProps {
23 /** The content to render within the screen */
24 children?: ReactNode;
25 /** Whether to force the topInset. Use to prevent screen jank on tab screens */
26 forceTopInset?: Boolean;
27}
28
29type ComponentProps = ScreenProps & FlexProps & SpaceProps;
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected