Skip to content

v1.0.2

Choose a tag to compare

@Almouro Almouro released this 23 Mar 08:08
· 109 commits to master since this release
e182c98

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)