i want keyboard not to show up at all when i touch my text input-React-Native -


i want keyboard not show @ when touch text input.if use 'keyboard.dismiss' loose focus on text input using custom keyboard part of screen don't want keyboard show @ without loosing focus on text input, solution please.i have tried using libraries facing same problems again , again should do. here code using

<textinput onfocus={keyboard.dismiss}> 

enter image description here

correct way encapsulate view keyboard calling keyboard.dismiss() should use touchablewithoutfeedback on clicking should disable keyboard

<touchablewithoutfeedback onpress={keyboard.dismiss}>     <textinput keyboardtype='numeric'/> </touchablewithoutfeedback>  

try may can solve problem


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -