- Remove nestedScrollView
- Update Checkbox and TextModal component
- Fix TextInput default value problem
- Update dependencies and rewrite all components with react hooks
- Remove KeyboardAwareScrollView and add nestedScrollView for Android
- Add new text only component
- Fix problem with ios device language
- Add HTML view in radio button description
- Add missing prop to radio button component
- Add description text on radio button component
- Add placeholder to select picker
- Fix problem with touchable icon in input text and modal components
- Fix problem with reference in select and datepicker
- Add custom props for KeyboardAwareScrollView component
- Remove Lottie dependency for the checkbox component
- Added KeyboardAwareScrollView component for scroll the view on the input on focus
- Added default values for select and modal text
- Possibility to open or not the modal on checkbox field
- Added custom icon to text input and date picker components
- Possibility not to render form submit
- If the label is not present, the text field is not rendered
- Added right and left icons for all elements
- Added the maximum and minimum props for datepicker
- Added default value for prop onChangeCustom
- Added possibility to change the background color of "on focus" text input
- Added the possibility to pass default values to the form
- First release