Another video showing seconds, milli-sec, and micro-sec at 60fps.
You can use this to achieve real-time timing displays for activities, counters, or precise tracking.
@arunabhverma.com.bsky.social
Software engineer
Another video showing seconds, milli-sec, and micro-sec at 60fps.
You can use this to achieve real-time timing displays for activities, counters, or precise tracking.
Instead of using Animated.Text from Reanimated, use Animated TextInput and use animatedProps to update its value.
The main thing π use text: instead of value: to show text directly from the SharedValue.
React Native Trick β‘οΈ
You can show a SharedValue as text without extra re-rendering.
Code + use case in the thread π§΅π
Simple tag-input, spiced up with a pinch of animation.
27.09.2025 18:09 β π 2 π 0 π¬ 0 π 0Updated the emoji burst π to match Google Meet reactions.
Liquid Glass in React Native is impressively easy to use.
Big thanks, @expo.dev, this update slaps.
Here is the code π
github.com/arunabhverma...
Created this beautiful UI interaction.
π Dark theme at the end.
with @expo.dev and Reanimated.
Inspo: @ephemeralapps (π user)
Checkout the code here π
github.com/arunabhverma...
π€― Blur content in React Native Android - no library!
Just use filter: blur(10px) directly in your styles.
β
Blurs element content (text, images, etc.)
β Not a backdrop blur
π iOS equivalent: CIGaussianBlur via CIFilter
π Web equivalent: filter: blur()
Requires RN 0.77+ or Expo 53+.
Do you know @swmansion.com just dropped react-native-enriched β¨οΈ
A fully native text input, but I'd actually call it a react native chat input π¬.
Why? Because it has everything you expect from a chat composer, even inline image support (Android for now).
π
github.com/software-man...
Back again with a new header title + subtitle animation.
Built with @expo.dev and @swmansion.com Reanimated
UI inspo from @github.com and @alevy.bsky.social beautiful app Stargazer
Peep the demo π
Credit to @wa2goose.bsky.social, this project was inspired by his Matter.js tutorial:
www.youtube.com/watch?v=fxxa...
Checkout the code here π
github.com/arunabhverma...
Wow! I'm going to tweak the source code a bit to make it more performant and directly usable, then I'll drop the source here.
By the way, what's Skylight?
Tap an emoji, launch a whole swarm π
Made this anti-gravity emoji burst
w/ Matter JS + @expo.dev + @swmansion.com
Marching dashed border with rounded caps, built using Expo + RN Skia
17.08.2025 16:30 β π 7 π 0 π¬ 0 π 0Built this iOS share sheet inspired sticky toggle.
Made with @expo.dev + @swmansion.comβs Reanimated.
Spent some time today building this, just for fun.
Built with @expo.dev, RN Skia, @swmansion.com's RNGH + Reanimated.
Hereβs the clip π
Animated header title in the native header.
Inspired by @github.com.
πͺ Built with @expo.dev + @swmansion.com Reanimated
Peep the demo π
Built a simple drag-to-search with @expo.dev, @swmansion.com's Reanimated, and Gesture Handler.
How's it looking?
ποΈββοΈ Built this Tournament Brackets using only @expo.dev and Reanimated.
Inspired by my first ever app that never made it to the store π
Ohh wow, I hadnβt even thought of that, this can actually be a solid use case for this. Smart stuff.
14.07.2025 20:57 β π 1 π 0 π¬ 0 π 0The real world use case is in-app multitasking. The square scaling is just a demo to show that you can use the animation value inside the view. It lets you trigger animations based on screen size or drag gestures, like showing a collapse button or something similar.
14.07.2025 20:54 β π 1 π 0 π¬ 0 π 0For the new onboarding, we really let the colors pop π. It's a bit of a new visual direction for Fuse.
Coming in the next release.
Tried recreating this split panel using @expo.dev + @swmansion.com's Gesture Handler
Inspired by Joseph Smith's SplitPaneKit demo
Tried a Decaf Wallet inspired carousel. Parallax images + text feel immersive on device.π
Built with @expo.dev and @swmansion.com, smooth as always.π
Cooked this carousel with @expo.dev + @swmansion.com's Reanimated π οΈ
Inspired by Appleβs Image Playground π
Loved the interest picker from @rajatsuri.bsky.social's Tribe app, had to recreate it.
Built with @expo.dev + Reanimated, with a pinch of my own flavor.
Howβs it look?
Thanks Noah βΊοΈ
18.06.2025 21:23 β π 1 π 0 π¬ 0 π 0Saw a blurred header transition the other day and couldnβt resist trying it out.
Howβs it feel? π
Built with @expo.dev + Reanimated π οΈ