I have a textInput which always have to be focused (to scan bar codes) I enter bar codes to the textInput using scanner, so I do not need keyboard which appears any time textInput is focused
I tried Keyboard.dismiss() but in this case focus from textInput disappears
Is there any way to hide keyboard
Maybe move it outside the screen somehow?