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