
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.
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.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.