super happy with how the new .navigation.zoom() is coming along in screen transitions, here's how it looks on iOS and Android
56,721 次观看
I’m experimenting with a new navigation transition for screen-transitions Its similar to navigation.zoom() but this variation prioritizes visual continuity by letting the destination screen finish its animation fully before it becomes interactive.
36,157 次观看
skia + reanimated is so cool. this took a little longer than i'd like to admit ngl
94,281 次观看
react-native-screen-transitions v2.0.2 is out, heres what's new
72,704 次观看
new examples in the next version of react-native-screen-transitions. These just showcase the scrollview + gesture based transitions.
57,166 次观看
with position awareness + custom backdrop
25,967 次观看
This component is a little extra but I had so much fun learning more about skia. Built w/ Expo Software Mansion reanimated, and skia.
49,669 次观看
in the next version of react-native-screen-transitions, 2 new examples instagram and twitter(x) are available to u.
37,886 次观看
My app Grounded was built with screen-transitions v3.4-beta 1, and instead of another changelog, I thought I'd do a tutorial on how to recreate this Apple Store style hero card animation using the new .navigation.zoom() API. heres how we can achieve something similar in react native
14,157 次观看
Inspired by the apple intelligence animation, im super happy with how it came out. heres where im using them throughout my app. Built w/ Expo, Software Mansion reanimated, React Native Skia.
40,445 次观看
A couple days ago I released a RC for 3.3 of react-native-screen-transitions. VERY excited for this release as it tackles snap points and an improved gesture system in deeply nested stacks. I had claude design some examples for us so we can dive in 😼
12,400 次观看
navigation zoom gallery
10,840 次观看
One component I've always loved was this animated number counter, but I always hated how complicated it was to create. Custom entering and exiting animations via Software Mansion reanimated makes this super easy tho.