I am using react native 0.4
I have a modal with a TextInput, if i want to tap on one of the buttons that are on the modal I need to tap it twice - first tap closes the keyboard and only then I can tap on the button.
I would like to be able to tap on buttons that are on the modal without closing the keyborad.