0.2.0 • Published 3 years ago

react-native-text-input-group v0.2.0

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

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