react-native-paper
react-native-paper copied to clipboard
Text Input supporting text
Is your feature request related to a problem? Please describe. Whenever I have to use this library on a new project, I have to wrap the text input in my own component where I add a supporting text to the component.
Describe the solution you'd like
It would be nice if this package supported this already. As shown in the material design docs here https://m3.material.io/components/text-fields/specs
Describe alternatives you've considered A workaround is, as mentioned, to wrap the Text Input component in my own component that implements the supporting text.
I will be glad to pick this one up.