Animated TextInput - Reanimated 3

A custom React Native Animated TextInput, that is using Reanimated Layout Animations to perform mounting and unmounting of the TextInput value. The component is written in TypeScript and you can pass the following props: - initial number - a custom number formatter (using Intl.NumberFormat) - gradient colors This is my attempt to re-creating a pretty popular TextInput animation using just React Native Reanimated layout animations. Enjoy!