1.0.3 • Published 7 months ago

react-native-keybord-dismiss v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

react-native-keyboard-dismiss

A React Native component that wraps TouchableWithoutFeedback to automatically dismiss the keyboard when tapped.

Installation

To use this component in your React Native project, you can install it via npm or yarn:

npm install react-native-keyboard-dismiss

or

yarn add react-native-keyboard-dismiss
import * as Native from "react-native";
import KeyboardDismiss from 'react-native-keyboard-dismiss';

export default (props) => {
  return(
    <KeyboardDismiss>
      <Native.TextInput placeholder="Input some text here..." />
    </KeyboardDismiss>
  )
}
1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago