React Native
Create
Log in / Sign up
Home
Feature Requests
Voters
Ö
Ömer Çelik
Ashkan Oliaie
Michał Osadnik
Shahzad Mirza
John A. Kallergis
Jennifer Kirchner
Powered by Canny
6
Hide keyboard and keep focus
Jennifer Kirchner
I need a way to hide the keyboard, but leave focus in the field. This will be used for scanning input into the field where the keyboard is just an annoyance.
November 21, 2019
Activity
Mariano Eiberman
Hi! may be this could help you:
import { Keyboard } from 'react-native'
// Hide that keyboard!
Keyboard.dismiss()
in the onFocus ( .focus() I think) of the input component.
1
·
November 25, 2019
·
Reply
Powered by Canny