(text: string)
| 188 | } |
| 189 | |
| 190 | const handleChangeText = (text: string) => { |
| 191 | valueRef.current = text; |
| 192 | } |
| 193 | |
| 194 | const getTextInputProps : () => TextInputProps = () => { |
| 195 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected