@3beeepb/react-native-keyboard-dismiss

1.0.8 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.8
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.8
    3
  • 1.0.7
    0
  • 1.0.6
    0
  • 1.0.5
    0

Package Sidebar

Install

npm i @3beeepb/react-native-keyboard-dismiss

Weekly Downloads

3

Version

1.0.8

License

MIT

Unpacked Size

3.31 kB

Total Files

4

Last publish

Collaborators

  • 3beeepb