@liutsing/react-native-custom-edittext
v0.4.0
Published
react native custom edittext
Downloads
2
Readme
react-native-custom-edittext
react native custom edittext like TextInput
but hidden the soft input keyboard for some specific scnarios.
Installation
npm install react-native-custom-edittext
Usage
import { CustomEdittext } from 'react-native-custom-edittext';
// props extends from TextInputProps
<CustomEdittext />;
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library