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

Function handleFruit

example/src/Examples/ToggleButtonExample.tsx:25–25  ·  view source on GitHub ↗
(value: Fruits)

Source from the content-addressed store, hash-verified

23 const [font, setFont] = React.useState<FontsEnum>(FontsEnum.NoFormat);
24
25 const handleFruit = (value: Fruits) => setFruit(value);
26
27 return (
28 <ScreenWrapper>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…