Releases: bamlab/react-native-formik
Releases · bamlab/react-native-formik
v1.3.3
1.3.3 (2018-04-09)
Bug Fixes
- android: Fix Android picker initialization when value is undefined (8f83c19)
v1.3.2
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
1.3.1 (2018-04-06)
Bug Fixes
- package: Fix ios picker removal (c58d4b5)
v1.3.0
1.3.0 (2018-04-06)
Features
- picker: Add picker for android (595e207)
v1.2.1
1.2.1 (2018-04-06)
Bug Fixes
- package: Fix withPickerValues (528e96d)
v1.2.0
1.2.0 (2018-04-05)
Features
- package: Add withPickerValues hoc (286c00c)
v1.1.0
1.1.0 (2018-04-03)
Features
- package: Can focus nested input (avoiding not focusable fields) (6a5d74a)
v1.0.3
1.0.3 (2018-03-27)
Bug Fixes
v1.0.2
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
1.0.1 (2018-03-11)
Bug Fixes