When I was in college, I always wanted to create something like Uber’s smooth map navigation. After years of working with maps, I was able to come up with logic that is even smoother than Uber’s itself.
Made a scroll-based color interpolation effect.
Each item's color shifts smoothly as you scroll, all done with Reanimated.
I was silly thinking I'd need a MaskedView for this 😅
Turns out it's just simple math.
@hirbod@kzzzf@swmansion I have had this issue in my newly built app and have currently fixed it by using onPressIn instead of onPress which I don’t think is an optimal solution 😣
Am going try out Pressable from RNRH and see how it works