Warning: Functions are not valid as a React child

Forms section of the Tutorial:
Why does the onPress generate this warning

onPress={handleSubmit}

Found the problem, the calling function had an additional onPress event in it, causing the error,