@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.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

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

      Weekly Downloads

      0

      Version

      1.0.8

      License

      MIT

      Unpacked Size

      3.31 kB

      Total Files

      4

      Last publish

      Collaborators

      • 3beeepb