React Native Formik Versions Save

Set of helpers to make form awesome with React Native and Formik

v1.5.5

5 years ago

1.5.5 (2018-08-12)

Bug Fixes

  • validation on tapping keyboard's ‘done' (90b4a99)

v1.5.4

5 years ago

1.5.4 (2018-08-01)

Bug Fixes

  • compatibility with formik 1.0.1+ (f5e975b)

v1.5.3

5 years ago

1.5.3 (2018-07-10)

Bug Fixes

  • Handle nested field name (7fd4096)

v1.5.2

5 years ago

1.5.2 (2018-06-18)

Bug Fixes

  • type: setFormikInitialValue type (d55996f)

v1.5.1

5 years ago

1.5.1 (2018-06-18)

Bug Fixes

  • NextInputAutoFocus: define getInputs as const (ebbe6eb)

v1.5.0

6 years ago

1.5.0 (2018-05-22)

Bug Fixes

  • picker: allow empty placeholder on iOS (c6f80b4)
  • picker: stop closing picker after value selection (a52ed73)

Features

  • keyboardModal: export keyboard modal (44a248c)

v1.4.1

6 years ago

1.4.1 (2018-05-10)

Bug Fixes

  • setFormikInitialValue: do not override initial values passed from formik (ff019be), closes #8

v1.4.0

6 years ago

1.4.0 (2018-04-13)

Features

  • typescript: Export type for typescript (73aafa6)

v1.3.5

6 years ago

1.3.5 (2018-04-11)

Bug Fixes

  • getInputs: Fix getInputs for <Text> children (92316d6)
  • getInputs: remove unecessary debugger statement (a0dd9d4)

v1.3.4

6 years ago

1.3.4 (2018-04-09)

Bug Fixes

  • android: Fix Picker for Android when initialising it with null value (25a5c3a)