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

Function handleActionPress

src/components/FAB/FABGroup.tsx:408–411  ·  view source on GitHub ↗
(e: GestureResponderEvent)

Source from the content-addressed store, hash-verified

406 const size = typeof it.size !== 'undefined' ? it.size : 'small';
407
408 const handleActionPress = (e: GestureResponderEvent) => {
409 it.onPress(e);
410 close();
411 };
412
413 return (
414 <View

Callers

nothing calls this directly

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…