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

Function close

src/components/FAB/FABGroup.tsx:299–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

297 }, [open, actions, backdrop, scale, isV3]);
298
299 const close = () => onStateChange({ open: false });
300 const toggle = () => onStateChange({ open: !open });
301
302 const handlePress = (e: GestureResponderEvent) => {

Callers 1

handleActionPressFunction · 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…