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}>
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
Post a Comment