Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-dismiss-keyboard

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-dismiss-keyboard

A simple way to dismiss the keyboard programmatically in a react native application.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
56K
increased by41.89%
Maintainers
1
Weekly downloads
 
Created
Source

react-native-dismiss-keyboard CircleCi npm version

A simple way to dismiss the keyboard programmatically in a react native application. A demo app can be found here.

Add it to your project

  1. Run npm install react-native-dismiss-keyboard --save
  2. Import the library
  • var dismissKeyboard = require('react-native-dismiss-keyboard');
  • import dismissKeyboard from 'react-native-dismiss-keyboard';
  1. Run dismissKeyboard() anywhere in your code to close the keyboard.

Support

React Native Versionreact-native-dismiss-keyboard Version
>= 11 & < 23< 1.0
>= 23>= 1.0

If you experience any restrictions or if it works on other versions, please let us know.

Contribution

Please make sure to run the tests before proposing a PR by running npm test.

Keywords

FAQs

Package last updated on 12 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc