Text inputs with custom label and icon animations for iOS and android. Built with react native and inspired by Codrops.
React Native TextInput Effects is a library that allows users to create visually appealing text inputs in their React Native applications. Inspired by Codrops’ text inputs and the iOS library TextFieldEffects, this project offers customizable text input components for both iOS and Android platforms. The library also takes advantage of the React Native Animated library for creating animated text inputs.
To install React Native TextInput Effects, use npm with the following commands:
npm install react-native-textinput-effects --savenpm install react-native-textinput-effects@0.4.2 --save
Make sure to also install react-native-vector-icons if you plan to use TextInputEffect components with icons. Detailed installation instructions can be found in the respective projects.React Native TextInput Effects is a convenient library for developers looking to enhance the look and feel of text inputs in their React Native applications. With support for custom effects, cross-platform compatibility, and easy installation, this library provides a simple yet effective solution for creating animated and visually appealing text inputs.