Jakub Biesiada (@jbiesiad) 's Twitter Profile
Jakub Biesiada

@jbiesiad

React Native Engineer, open-source enthusiast

ID: 607379992

calendar_today13-06-2012 17:06:24

1,1K Tweet

73 Followers

833 Following

Software Mansion (@swmansion) 's Twitter Profile Photo

Good things come to those who wait – today it is the stable V3 release of React Native Reanimated with Shared Element Transitions, DX improvements, perf upgrades, lower memory usage and more... Read our announcement post 👉blog.swmansion.com/releasing-rean…

Oskar Kwaśniewski (@o_kwasniewski) 's Twitter Profile Photo

React Native will soon be a Monorepo! There is an open PR with migration 🚀 It's still a work in progress, currently at 3,763 files changed 🤯 Check it out here: github.com/facebook/react…

React Native will soon be a Monorepo! There is an open PR with migration 🚀

It's still a work in progress, currently at 3,763 files changed 🤯

Check it out here: github.com/facebook/react…
Storybook (@storybookjs) 's Twitter Profile Photo

React Native Storybook (6.5) is here! What's new? ✅ SB 6.5.14+ compatible 📝 CSF, Controls & Args support 📜 Core style config format (main.js & preview.js files) ⚡ Perf improvements 🎨 On-device UI improvements storybook.js.org/blog/storybook… 🧵/

React Native Storybook (6.5) is here!

What's new?
✅ SB 6.5.14+ compatible
📝 CSF, Controls & Args support
📜 Core style config format (main.js & preview.js files)
⚡ Perf improvements
🎨 On-device UI improvements

storybook.js.org/blog/storybook…

🧵/
Evan Bacon 🥓 (@baconbrix) 's Twitter Profile Photo

🚀 Soon: Environment Variables in @Expo! ◆ Auto load all standard .env files 💾 ◆ Use in source code and `app.config.ts` w/ Expo CLI ◆ Updates on app reloads––no clearing the Metro cache to see changes ⚡️ → Available on the 𝙢𝙖𝙞𝙣 branch and coming in Expo SDK 49!

🚀 Soon: Environment Variables in @Expo!

◆ Auto load all standard .env files 💾
◆ Use in source code and `app.config.ts` w/ Expo CLI
◆ Updates on app reloads––no clearing the Metro cache to see changes ⚡️

→ Available on the 𝙢𝙖𝙞𝙣 branch and coming in Expo SDK 49!
Evan Bacon 🥓 (@baconbrix) 's Twitter Profile Photo

🚀 We just announced the new lineup for @Expo Router v2 & Expo SDK 49 at App.js Conf 🗓️ 27-29 May 2026! 🧵 A ton of exciting new features on the way––here are some of my favorites! (thread)

Riccardo Cipolleschi (@cipolleschir) 's Twitter Profile Photo

Are you a React Native developer and want to ship your app on VisionPro already? Well, you can do it right away: this is React Native 0.72 running on a VisionPro simulator!

Are you a React Native developer and want to ship your app on VisionPro already? 

Well, you can do it right away: this is React Native 0.72 running on a VisionPro simulator!
Expo (@expo) 's Twitter Profile Photo

SDK 49 beta is now available! Try upgrading your app and let us know if you run into any issues! ⏳The beta period will last for about a week. blog.expo.dev/expo-sdk-49-be…

Evan Bacon 🥓 (@baconbrix) 's Twitter Profile Photo

🧭 Expo Router v2 has entered beta! My favorite features: ◆ Statically Typed Routes ◆ Static Rendering ◆ CSS and Tailwind for web ◆ Lazy bundling ◆ src/app directory support ◆ Typed aliases ◆ Expo <Head /> ◆ Environment Variables ◆ No more index.js entry ◆ Beta docs

TypeScript (@typescript) 's Twitter Profile Photo

We just released TypeScript 5.2 Beta! Check out - 'using' Declarations - Decorator Metadata - Easier Tuple Type Notation - The "Inline Variable" Refactoring - Comma Completions in Object Literals and more! Try it today! devblogs.microsoft.com/typescript/ann…

Expo (@expo) 's Twitter Profile Photo

Expo SDK 49 is here! - Inspect network requests directly in JS debugger - Expo Router v2, VS Code debugger, local Expo Modules, built-in React devtools, first-class environment variables, and much more - React Native 0.72.1 & React Native Web 0.19.6 blog.expo.dev/expo-sdk-49-c6…

Mathieu A. (@zoontek) 's Twitter Profile Photo

Because having an animated splash screen is a nice touch, but as it can be hard to align everything on Android when your are using opaque status / navigation bars, the next major of react-native-bootsplash will provide a new hook: useStyles! 🧵👇

Because having an animated splash screen is a nice touch, but as it can be hard to align everything on Android when your are using opaque status / navigation bars, the next major of react-native-bootsplash will provide a new hook: useStyles!

🧵👇
Michał Pierzchała (@thymikee) 's Twitter Profile Photo

Friendly reminder that you should upgrade your Android React Native apps to at least v0.71 (or Expo SDK 48+) before August 31 ✨ If you face challenges upgrading, my DMs are open 📩

Friendly reminder that you should upgrade your Android React Native apps to at least v0.71 (or Expo SDK 48+) before August 31 ✨ 

If you face challenges upgrading, my DMs are open 📩
Dominik 🔮 (@tkdodo) 's Twitter Profile Photo

📢 Yesterday, we released an experimental react-query-nextjs package for the app directory. Wrap your app in the <ReactQueryStreamedHydration> component to enjoy direct useQuery fetches on the server with suspense, which streams to the client 🎉 Example: tanstack.com/query/v5/docs/…

Aleks (@aleksliving) 's Twitter Profile Photo

quick tip for nested radii → your corners will look a lot better if you set the outer radius to the sum of the inner radius + padding

quick tip for nested radii → your corners will look a lot better if you set the outer radius to the sum of the inner radius + padding
jhey ▲🐻🎈 (@jh3yy) 's Twitter Profile Photo

CSS Tip! 🤙 Use custom properties to work out the nested radius of elements for you 😎 .parent { --nested-radius: calc(var(--radius) - var(--padding)); } .nested { border-radius: var(--nested-radius); } Couldn't resist making an interactive visual! CodePen.IO link below 👇

Mathieu A. (@zoontek) 's Twitter Profile Photo

The cat is out of the bag 🐈 react-native-bootsplash v5 first beta is available and it's a HUGE release. Bye AndroidX and its issues, hello dark mode, brand image support and the new useAnimatedHook ✨ 🧵👇

The cat is out of the bag 🐈

react-native-bootsplash v5 first beta is available and it's a HUGE release.
Bye AndroidX and its issues, hello dark mode, brand image support and the new useAnimatedHook ✨

🧵👇
Mathieu A. (@zoontek) 's Twitter Profile Photo

react-native-bootsplash 5.0.0 is available 🙌 with: 🌚 Dark mode support 🏢 Brand image support 🌐 Web support 🧑‍💻 A greatly improved CLI 🫣 useHideAnimation hook 👉 Check the full release note github.com/zoontek/react-…