0.1.2 • Published 9 months ago

react-native-hide-keyboard-when-focus v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

react-native-hide-keyboard-when-focus

Used to hide keyboard when user focus on input

npm version

Installation

Install via NPM Check In NPM

npm install react-native-hide-keyboard-when-focus --save

Or install via github

npm install https://github.com/TruongTran0813/react-native-hide-keyboard-when-focus.git --save

Usage

import { hideKeyboard } from 'react-native-hide-keyboard-when-focus';

// ...
<TextInput onFocus={() => hideKeyboard()} />;

License

MIT


Made with create-react-native-library

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

11 months ago