satya164 Profile Banner
Satyajit Sahoo Profile
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
Don't wanna be here? Send us removal request.
@mitchellh
Mitchell Hashimoto
2 days
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
@satya164
Satyajit Sahoo
22 hours
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?
@GregKara6
Grigori Karapetyan🩻
1 day
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
@CMEGroup
CME Group
2 months
Drive your trading strategy forward with CME Group.
22
93
392
@tomekzaw_
Tomasz Zawadzki
2 days
π™°πš—πš’πš–πšŠπšπšŽπš.πšƒπšŽπš‘πš has been achieved internally in Reanimated πŸ“ˆ
25
43
551
@artus9033
artus9033
24 hours
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
Tweet card summary image
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
@jaworek3211
Jan Jaworski 🀠
3 days
Valve just announced their new VR headset! Who do I need to bribe to get my hands on it? πŸ‘€
0
2
4
@ChmalSzymon
Szymon Chmal
2 days
Harness on tour! If you're in London at @RNLConf, don't miss this and be sure to share your feedback with @thymikee if you're already using it.
@grabbou
Mike
3 days
Catch @thymikee this week in London at @RNLConf where he's going to talk about testing native modules with Harness!
0
2
8
@ChmalSzymon
Szymon Chmal
3 days
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
@reactnavigation
React Navigation
3 days
Should we add a `persistor` prop in React Navigation to make state persistence easier?
9
1
47
@satya164
Satyajit Sahoo
3 days
You can now select which tools you want when creating a library with create-react-native-library πŸŽ‰
8
7
54
@jmeistrich
Jay Meistrich
4 days
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
@trpfsu
Ed
4 days
thanks guys for the love on screen-transitions πŸ™‚, literally am so excited to start working on this again
5
1
57
@satya164
Satyajit Sahoo
6 days
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
@satya164
Satyajit Sahoo
6 days
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
@satya164
Satyajit Sahoo
6 days
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
@satya164
Satyajit Sahoo
7 days
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
@satya164
Satyajit Sahoo
7 days
Playground link https://t.co/tcoCeMDbAu cc @AndaristRake πŸ™
0
0
0
@satya164
Satyajit Sahoo
7 days
Playground link https://t.co/tcoCeMDbAu cc @AndaristRake πŸ™
3
0
0
@satya164
Satyajit Sahoo
7 days
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
@mitchellh
Mitchell Hashimoto
8 days
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
@gronxxb
gronxb
8 days
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!
Tweet card summary image
hot-updater.dev
Self-hosted over-the-air updates for React Native
1
3
6
@reactnavigation
React Navigation
8 days
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
Tweet card summary image
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