The below given code is working on first time and on second time click on same text input it is not working ( keyboard opening again ). Because the text input is already focused and i am using custom number buttons for input.
TextInput onFocus={Keyboard.dismiss()}
Any suggestions? Problem in react native.