javascript - Dismiss Keyboard React-Native -


is there simple way hide ios keyboard? want force shut in few specific scenarios don't require focusing view. i.e. specific response server.

use built-in keyboard module:

import { keyboard } 'react-native';  keyboard.dismiss();  

Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -