Skip to content

v0idzz/react-native-text-input-group

Repository files navigation

CircleCI codecov

react-native-text-input-group

Easily group and navigate between TextInputs using keyboard return button

preview gif

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

About

Easily group and navigate between TextInputs using keyboard return button

Resources

License

Stars

Watchers

Forks

Packages

No packages published