Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 481 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 481 Bytes

react-native-text-input

text-input

Installation

npm install react-native-text-input

Usage

import { TextInputView } from "react-native-text-input";

// ...

<TextInputView color="tomato" />

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