1.0.8 • Published 3 years ago

@3beeepb/react-native-keyboard-dismiss v1.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

react-native-keyboard-dismiss npm version NPM npm.io

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.