- Published on
Building a Buttery Smooth Year & Month Picker for React Native
- Authors

- Name
- Jyuuroku Wu
- @wwzzyying
Just built a buttery smooth Year & Month picker for my React Native app! 🗓️✨
To achieve the ultimate interactive experience and performance, I chose the following tech stack:
- react-native-reanimated: For high-performance animations.
- react-native-gesture-handler: For fluid gesture interactions.
- react-native-worklets: To optimize animation performance on the UI thread.
- FullWindowOverlay (within react-native-screens): To ensure the picker can cover the full screen on iOS, independent of other view hierarchies.
Preview

You can check out the details and a dynamic demo via the tweet link below: