(props: RenderProps)
| 194 | >; |
| 195 | |
| 196 | const DefaultRenderer = (props: RenderProps) => <NativeTextInput {...props} />; |
| 197 | |
| 198 | /** |
| 199 | * A component to allow users to input text. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…