rn-animated-textinput
v0.0.4
Published
A highly optimized and fully customizable pure JS component for TextInput.
Downloads
3
Maintainers
Readme
RN Animated TextInput
A highly optimized and fully customizable pure JS component for TextInput.
These optimizations help to achieve as much native look & feel as possible using only the JS layer.
Version 1
The version 1 was using native Android and iOS views. That gives native look & feel in favor of flexibility.
Installation
$ npm install --save rn-animated-textinput
# --- or ---
$ yarn add rn-animated-textinput
Don't forget going into the ios
directory to execute a pod install
.
API
import RNAnimatedTextInput from "rn-animated-textinput";
Quick Start
<RNAnimatedTextInput />
Usage
RN Animated TextInput uses react hooks, so this component doesn't work with React Native versions below 0.59.0