MCPcopy
hub / github.com/BlueWallet/BlueWallet / SafeAreaFlatListProps

Interface SafeAreaFlatListProps

components/SafeAreaFlatList.tsx:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { useTheme } from './themes';
6
7interface SafeAreaFlatListProps<ItemT> extends FlatListProps<ItemT> {
8 headerHeight?: number;
9 floatingButtonHeight?: number;
10}
11
12const SafeAreaFlatList = <ItemT,>(props: SafeAreaFlatListProps<ItemT>) => {
13 const { style, contentContainerStyle, headerHeight = 0, floatingButtonHeight = 0, ...otherProps } = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected