react-redux-form
react-redux-form copied to clipboard
Using validators in React Native?
Hi.
I noticed in the docs that using a combination of the model value with the Control.Text component allows for rendering of validator errors etc.
Given the absence of said component, and documentation addressing validation in RN - is there a way to render validator text using React Native? I noticed at the end of the RN segment it does show some examples of a custom component with validators, but not the error rendering code.
Thanks in advance.