Threads - Pull to Refresh
This example demonstrates the pull-to-refresh animation from the Threads app.
Source Code
Demo
Implementation Details
The animation uses:
react-native-reanimatedfor smooth animationslottie-react-nativefor custom Threads logo animation
The pull-to-refresh interaction is driven entirely on the native thread using reanimated, ensuring a smooth 60fps experience. The Threads logo animates using a Lottie JSON file, synchronized with the pull gesture.