Jakub Biesiada
@jbiesiad
React Native Engineer, open-source enthusiast
ID: 607379992
13-06-2012 17:06:24
1,1K Tweet
73 Takipçi
833 Takip Edilen
🚀 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)
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 👇