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

Function handleClearPress

src/components/Searchbar.tsx:224–228  ·  view source on GitHub ↗
(e: any)

Source from the content-addressed store, hash-verified

222 }));
223
224 const handleClearPress = (e: any) => {
225 root.current?.clear();
226 rest.onChangeText?.('');
227 onClearIconPress?.(e);
228 };
229
230 const { roundness, dark, isV3, fonts } = theme;
231

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…