Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.75 KB

File metadata and controls

62 lines (45 loc) · 1.75 KB

React Native Hook Form Builder

0.11.4 (13-07-2021)

  • Remove nestedScrollView
  • Update Checkbox and TextModal component

0.11.3 (20-01-2021)

  • Fix TextInput default value problem

0.11.0 (26-04-2020)

  • Update dependencies and rewrite all components with react hooks

0.10.1 (19-02-2020)

  • Remove KeyboardAwareScrollView and add nestedScrollView for Android

0.10.0 (11-02-2020)

  • Add new text only component

0.9.1 (08-02-2020)

  • Fix problem with ios device language

0.9.0 (07-02-2020)

  • Add HTML view in radio button description

0.8.1 (21-01-2020)

  • Add missing prop to radio button component

0.8.0 (21-01-2020)

  • Add description text on radio button component

0.7.0 (14-01-2020)

  • Add placeholder to select picker

0.6.0 (13-01-2020)

  • Fix problem with touchable icon in input text and modal components

0.5.0 (19-12-2019)

  • Fix problem with reference in select and datepicker

0.4.1 (05-12-2019)

  • Add custom props for KeyboardAwareScrollView component

0.4.0 (05-12-2019)

  • 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

0.3.0 (29-11-2019)

  • Added custom icon to text input and date picker components

0.2.0 (28-11-2019)

  • 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

0.1.0 (26-11-2019)

  • First release