Skip to content

This project is under progress. Check readme for more details.

Notifications You must be signed in to change notification settings

sandeshnaroju/react-native-super-fields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ?

  1. No need to create state variables. react-native-super-fields should auto handle the states.
  2. The styles of each field should be dynamic.
  3. Every field should be able to perform in relation to the other fields.
  4. The fields creation should stay isolated from the code.
  5. Any validation code should work with the fields.
  6. The placements of fields should be easy in both horizontal and vertical
  7. react-native-super-fields should have most used field components like InputText, Checkbox, Radio button, DateField, DateTimeField etc.
  8. Ease of adding any custom field component to react-native-super-fields

`

About

This project is under progress. Check readme for more details.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published