Skip to content

Releases: bamlab/react-native-formik

v1.3.3

09 Apr 13:11
0b98f00
Compare
Choose a tag to compare

1.3.3 (2018-04-09)

Bug Fixes

  • android: Fix Android picker initialization when value is undefined (8f83c19)

v1.3.2

06 Apr 14:00
3c92d1f
Compare
Choose a tag to compare

1.3.2 (2018-04-06)

Bug Fixes

  • package: Fix close on picker value change and let use picker with async values (5cbf429)

v1.3.1

06 Apr 09:47
c2a61db
Compare
Choose a tag to compare

1.3.1 (2018-04-06)

Bug Fixes

  • package: Fix ios picker removal (c58d4b5)

v1.3.0

06 Apr 09:03
595e207
Compare
Choose a tag to compare

1.3.0 (2018-04-06)

Features

  • picker: Add picker for android (595e207)

v1.2.1

06 Apr 06:56
0e11348
Compare
Choose a tag to compare

1.2.1 (2018-04-06)

Bug Fixes

  • package: Fix withPickerValues (528e96d)

v1.2.0

05 Apr 16:12
d9845a7
Compare
Choose a tag to compare

1.2.0 (2018-04-05)

Features

  • package: Add withPickerValues hoc (286c00c)

v1.1.0

03 Apr 16:42
Compare
Choose a tag to compare

1.1.0 (2018-04-03)

Features

  • package: Can focus nested input (avoiding not focusable fields) (6a5d74a)

v1.0.3

27 Mar 07:01
ba4563a
Compare
Choose a tag to compare

1.0.3 (2018-03-27)

Bug Fixes

  • Call submitForm instead (83863f8)

v1.0.2

23 Mar 08:08
e182c98
Compare
Choose a tag to compare

1.0.2 (2018-03-23)

Breaking Change

  • react-native-formik now exports compose(withInputTypeProps, ⚠️setFormikInitialValue, withError, withTouched, makeReactNativeField); by default instead of compose(withInputTypeProps, withError, withTouched, makeReactNativeField);. This will set the form initial values to "" even if the prop initialValues is given to the form.

Bug Fixes

  • set input initial value by default (d2695dc)

v1.0.1

11 Mar 17:17
Compare
Choose a tag to compare

1.0.1 (2018-03-11)

Bug Fixes