1.0.2 • Published 2 years ago

react-native-viewproy-textinputanimated v1.0.2

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

react-native-textinputanimated

library

Installation

npm install react-native-viewproy-textinputanimated

Usage

import TextInput from "react-native-viewproy-textinputanimated";

// ...

<TextInput
    value={form.name}
    keyForm="name"
    placeholder={t('PLACEHOLDER_NAME')}
    onChangeText={onChangeText}
/>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT