react-native-multi-validation
v1.2.4
Published
Highly customizable validation with styling support for different states
Downloads
11
Readme
react-native-multi-validation
Highly customizable validation with styling support for different states
Installation
- npm
npm install react-native-multi-validation --save
- yarn
yarn add react-native-multi-validation
Inspirations
This library was inspired from
Example
<Form
instantValidate={false}
>
<InputField />
<SelectionField />
</Form>