Hello. I have a question related to the lesson about formik forms implementation. I don’t understand why we can’t use onChangeText={() => handleChange("something")}
instead onChangeText={handleChange("something")}
. It looks like we are calling a function, not passing to component.