Satyajit Sahoo
satya164.page
Satyajit Sahoo
@satya164.page
♥️ CSS, JavaScript, TypeScript, React, React Native
💼 Front-end @callstack.com
🔨 Builds @reactnavigation.bsky.social
🌍 Globe Earther
🏳️‍🌈 He/Him
Congrats to me, I guess. Sorry @expo.dev, but the credit is all mine.
August 24, 2025 at 3:22 PM
The last time I used Gulp was almost a decade ago. Funny that GitHub shows it as a suggested workflow
June 19, 2025 at 4:06 PM
these spambots are getting out of hand
May 10, 2025 at 1:58 PM
React Native 0.79 (Metro 0.82) enables package.json#exports by default.

It was added back in 2019 in Node.js 12 for ESM, but the ecosystem is still catching up, and Node.js itself has undergone significant changes regarding how it works with ESM & CommonJS.
April 26, 2025 at 12:01 PM
One of the coolest features in React Native 0.79 is built-in support for "aliases" based on `package.json#imports`
April 26, 2025 at 11:46 AM
Many libraries in React Native ecosystem are shipping untranspiled JSX which makes it more difficult since I can't even rename them. Something like this seems to work
December 13, 2024 at 5:44 PM
Seems these got out of order
December 12, 2024 at 6:17 PM
It'll definitely make it much easier, but it's already possible. React Navigation lets you override how URLs are parsed and converted back reactnavigation.org/docs/navigat...

Here is a possible config
November 29, 2024 at 8:16 PM
Working on regex support for linking config in React Navigation ✨

Any param name in linking config can be followed by a parenthesis containing a regex. Feedback welcome!

Let me know if you want me to test any specific scenario!
November 29, 2024 at 6:52 PM