Satyajit Sahoo
@satya164
Followers
10K
Following
37K
Media
709
Statuses
18K
β₯οΈ CSS, JavaScript, TypeScript, React, React Native πΌ Front-end @Callstackio π¨ Builds @ReactNavigation π Globe Earther π³οΈβπ He/Him
Wroclaw, Poland
Joined February 2010
Ghostty π» devlog video: I'm working on search! Here's 15 minutes of me explaining why it has taken so long, what is hard about it, the architecture we're going for, and the big progress I've made recently. Progress PR if you'd rather read stuff: https://t.co/pyGG61HQAi
27
32
945
If Google has money to "fork it, clean it up, optimize the hell out of it", then they have the money to fund it. It's crazy to me how some people think corporations with money should just ask OSS devs to fix bugs for free?
FFmpeg telling Google βfund us or stop sending bugs or send patchesβ is wild. Letβs be honest, Google could fork FFmpeg, clean it up, optimize the hell out of it, and make the volunteer version obsolete. Is that really the move we want?
0
0
17
π°πππππππ.πππ‘π has been achieved internally in Reanimated π
25
43
551
As of the newly released v2, the React Native Brownfield library supports React Native 0.81 & 0.82 versions π Also, to support 0.82, the Brownfield Gradle plugin v0.6.0 brings support for the new JS bundle paths in the build directories. https://t.co/uvere1SmL5
github.com
2.0.0 (2025-11-08) Bug Fixes ci: reinstall Pods in Swift example (61a18ca) correct JS entrypoint filename for release example app builds (ff4a163) make android library evaluation depends on expo (...
0
5
11
Valve just announced their new VR headset! Who do I need to bribe to get my hands on it? π
0
2
4
Creating a library that lets you build Live Activities with JSX isn't easy, but it's definitely an exciting thing to work on. Thatβs why I teamed up with @saul_sharma to make sure the Voltra he started some time ago becomes the ultimate solution for React Native developers π₯
3
4
33
Should we add a `persistor` prop in React Navigation to make state persistence easier?
9
1
47
You can now select which tools you want when creating a library with create-react-native-library π
8
7
54
Imagine if your React (web) lists could scroll infinitely in both directions with great performance π€ Try it now in @legendapp/list@2.1.0-beta.10 I think itβs ready for production now, but I need more feedback for both react-native-web and react-dom. Please try it and lmkπ
10
8
129
thanks guys for the love on screen-transitions π, literally am so excited to start working on this again
5
1
57
Previously, I thought of having a `SafeAreaView` like component, but wrapping your content isn't ideal. Plus, if you have lists, you can add headers and footers, but you can't wrap the content. Wrapping the list means content won't go below the header or tab bar.
0
0
2
Currently, we have useHeaderHeight & useBottomTabBarHeight, but - For native stuff, we don't have values on first render - They are not generic, so components using them need to know if there's a tab bar The spacers will add top or bottom space if needed, and are generic.
2
0
4
Planning to add an API to React Navigation to make components avoid the Header and TabBar, You'd use it like: <TopSpacer /> <YourContent /> <BottomSpacer /> They are similar to SafeAreaView but more flexible, as you don't wrap your content. What should I name them?
5
1
77
I'm hoping there's a way since the inferred type doesn't really depend on this property of the type, but depends only on a different property. So technically, it doesn't seem like there should be a circular dependency. https://t.co/IXs4nay92W
Playground link https://t.co/tcoCeMDbAu cc @AndaristRake π
0
0
0
TypeScript question: Is there a way to exclude part of an object from Type inference and only use it for type checking? I need to use the inferred type in one of the properties, but it creates a circular dep. Manually annotating fixes this, but I'd like to avoid it.
7
0
10
I'm beginning to close PRs for unsolicited changes I don't want to maintain with: "Thanks, I'm not interested in the transfer of maintenance for this to us, but I'm happy to see you're maintaining this for personal use in your fork. Enjoy." π«‘
52
19
1K
https://t.co/LHwTyuOfMR I just released Self-Hosted on Node! Now you can integrate the hot updater into your own backend using Hono, Express, or Elysia. I rebuilt the documentation with Fumadocs, and also used Fumadb. Thanks, @fuma_nama!
hot-updater.dev
Self-hosted over-the-air updates for React Native
1
3
6
Can any Maestro experts help us identify why this test is failing on CI? π It passes locally, so it's hard to debug. And passes on CI only sometimes. It fails the majority of the time on CI. https://t.co/UYQ1ChvF8H
github.com
Routing and navigation for React Native and Web apps - fix: reset contexts in independent tree Β· react-navigation/react-navigation@80a096a
3
1
40