react-native-text-input-group
v0.2.0
Published
Easily group and navigate between TextInputs using keyboard return button
Downloads
3
Readme
react-native-text-input-group
Easily group and navigate between TextInputs using keyboard return button
Installation
npm install react-native-text-input-group
Usage
import TextInputGroup from "react-native-text-input-group";
// ...
<TextInputGroup>
<TextInput placeholder="First name" />
<TextInput placeholder="Last name" />
<TextInput placeholder="City" />
</TextInputGroup>
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT