0.0.4 • Published 4 years ago

rn-animated-textinput v0.0.4

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
4 years ago

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

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago