You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.