mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-05 11:19:34 +00:00
[add] dismissKeyboard module
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
import TextInputState from '../../components/TextInput/TextInputState'
|
||||||
|
|
||||||
|
const dismissKeyboard = () => {
|
||||||
|
TextInputState.blurTextInput(TextInputState.currentlyFocusedField())
|
||||||
|
}
|
||||||
|
|
||||||
|
module.exports = dismissKeyboard
|
||||||
Reference in New Issue
Block a user