onPress event not triggered when a form input is focused

When any textInput is focused and I click on a button, it first removes the focus then I will have to click on the button again to trigger the method. I don’t know why this is. I’d like to to trigger the event on one click whether the textInput is blurred or not.