@unferna/react-native-animated-text-input
v0.1.5
Published
A simple input with a floating placeholder
Downloads
1
Readme
react-native-animated-text-input
A simple package to create TextInputs with floating placeholders
Installation
npm install react-native-animated-text-input
Usage
import { multiply } from 'react-native-animated-text-input';
// ...
const result = await multiply(3, 7);
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