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

@3beeepb/react-native-keyboard-dismiss

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

@3beeepb/react-native-keyboard-dismiss

A simple way to dismiss the keyboard programmatically in a React Native application.

  • 1.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

react-native-keyboard-dismiss npm version NPM

This library simple allows iOS and Android apps to dismiss keyboard when touching outside the inputs.

Add it to your project

  1. Run npm install @3beeepb/react-native-keyboard-dismiss --save

  2. Import the library

    import KeyboardDismiss from '@3beeepb/react-native-keyboard-dismiss';
    
  3. Just use it like this:

    <KeyboardDismiss>
        {children}
    </KeyboardDismiss>
    

Contribution

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

Keywords

FAQs

Package last updated on 24 Jan 2021

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