Arunabh Verma
banner
arunabhverma.com
Arunabh Verma
@arunabhverma.com
Software engineer
That gives you the bottom sheet.

And If you want to prevent dismissal by gesture, use:

gestureEnabled: false
November 9, 2025 at 4:39 PM
If you're on expo-router > 6.0, you already have this. You just need to set the contentStyle background to transparent and define some detents in stack screen options

presentation: "formSheet",
contentStyle: {
backgroundColor: "transparent"
},
sheetAllowedDetents: [0.1, 0.5, 1],
November 9, 2025 at 4:38 PM
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.
October 4, 2025 at 6:43 PM
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.
October 4, 2025 at 6:43 PM
Credit to @wa2goose.bsky.social, this project was inspired by his Matter.js tutorial:

www.youtube.com/watch?v=fxxa...
2D Game Physics with Matter.js, React Native Skia and Expo
YouTube video by Dan’s React Native Lab
www.youtube.com
August 30, 2025 at 3:07 PM
Checkout the code here 👇

github.com/arunabhverma...
https://github.com/arunabhverma/expo-anti-gravity-emoji-burst
t.co
August 30, 2025 at 3:06 PM
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?
August 25, 2025 at 3:37 PM