π New Animated Component for React Native
I just released a major update to my library: react-native-animated-content-scroll.
It now includes a new component called AnimatedListContainer, built to animate dynamic lists with smooth entry and exit transitions. Perfect for live-updating lists like chat threads, feeds, or interactive forms.
π§© What does it do?
Animates elements when they are added or removed
Supports 4 animation directions: left, right, top, bottom
Customizable: control animation duration, distance, and margins
Zero external dependencies β built with React Nativeβs native animation driver
β
Why I built it:
I wanted a simple and lightweight way to animate changing content in React Native β no FlatList hacks, no extra libraries, just clean animations that feel native.
π¦ Available now on NPM:
π npm i react-native-animated-content-scroll π https://www.npmjs.com/package/react-native-animated-content-scroll
If you want to try it or have ideas for improvements, Iβd love your feedback!
Top comments (0)