MCPcopy Create free account
hub / github.com/PatoSala/react-native-blocks / handleChangeText

Function handleChangeText

packages/core/src/hooks/useTextInput.ts:190–192  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

188 }
189
190 const handleChangeText = (text: string) => {
191 valueRef.current = text;
192 }
193
194 const getTextInputProps : () => TextInputProps = () => {
195 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected