MCPcopy Create free account
hub / github.com/callstack/react-native-paper / getExtendedFabDimensions

Function getExtendedFabDimensions

src/components/FAB/utils.ts:420–423  ·  view source on GitHub ↗
(customSize: number)

Source from the content-addressed store, hash-verified

418};
419
420const getExtendedFabDimensions = (customSize: number) => ({
421 height: customSize,
422 paddingHorizontal: 16,
423});
424
425export const getExtendedFabStyle = ({
426 customSize,

Callers 1

getExtendedFabStyleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…