Saturday, May 11, 2024
8
rated 0 times [  13] [ 5]  / answers: 1 / hits: 20640  / 9 Years ago, wed, september 30, 2015, 12:00:00

Is there a simple way to hide the iOS keyboard? I want to force it shut in a few specific scenarios that don't necessarily require focusing another view. i.e. like a specific response from the server.


More From » react-native

 Answers
8

Use built-in Keyboard Module:



import { Keyboard } from 'react-native';

Keyboard.dismiss();

[#64888] Monday, September 28, 2015, 9 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
benitoh

Total Points: 150
Total Questions: 113
Total Answers: 104

Location: India
Member since Wed, Aug 26, 2020
4 Years ago
benitoh questions
Sun, Mar 21, 21, 00:00, 3 Years ago
Mon, May 13, 19, 00:00, 5 Years ago
;