rn-animated-textinput

0.0.4 • Public • Published

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

Package Sidebar

Install

npm i rn-animated-textinput

Weekly Downloads

0

Version

0.0.4

License

ISC

Unpacked Size

15 kB

Total Files

24

Last publish

Collaborators

  • frankcoder