1.0.0 • Published 5 years ago
react-native-super-fields v1.0.0
react-native-super-fields
The idea of this react-native-super-fields is to simplify the managing of fields like Input, checkboxes, etc. Generally, when we create fields in react native, we usually create state variables, if there are more fields then it will become more repetitive work to create each state variable and update everytime.
What am I trying to solve with react-native-super-fields ?
- No need to create state variables.
react-native-super-fieldsshould auto handle the states. - The styles of each field should be dynamic.
- Every field should be able to perform in relation to the other fields.
- The fields creation should stay isolated from the code.
- Any validation code should work with the fields.
- The placements of fields should be easy in both
horizontalandvertical react-native-super-fieldsshould have most used field components likeInputText,Checkbox,Radio button,DateField,DateTimeFieldetc.- Ease of adding any custom field component to
react-native-super-fields
`
1.0.0
5 years ago