react-native-super-fields
v1.0.0
Published
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
Downloads
2
Readme
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-fields
should 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
horizontal
andvertical
react-native-super-fields
should have most used field components likeInputText
,Checkbox
,Radio button
,DateField
,DateTimeField
etc.- Ease of adding any custom field component to
react-native-super-fields
`