Thanks to @matthieugc.bsky.social and @cyrilbo.bsky.social for this edition while I'm taking a break And of course @ricky.fm for the extra React team message and great newsletter shoutout 🤗
Matthieu G.
@matthieugc.bsky.social
Building mobile apps with React Native. Mistral AI / Le Chat
This Week In React 213 Read/subscribe online: thisweekinreact.com/newsletter/213 ⚛️ - React 19 - Next.js - React Compiler - React Router - Restyle - Lingui 📱 - State of RN - Uniffi - Shared Objects - Fast IO - Sheet Transitions - Radon
Is this the "centering a div" of React Native? 😅
Has anyone found a clean way to vertically center a View inside a multiline text in React Native (with the new arch)? An arbitrary `translateY` moves the tag, but it's very manual and not robust to font scaling 😬
Has anyone found a clean way to vertically center a View inside a multiline text in React Native (with the new arch)? An arbitrary `translateY` moves the tag, but it's very manual and not robust to font scaling 😬
Just got bit by the React Navigation v7 breaking changes after upgrading to Expo SDK 52. This is mentioned in the Expo changelog, but easy to miss (lots of changes 😀), so double check this part! It probably impacts every non-trivial app. reactnavigation.org/docs/upgradi...
Upgrading from 6.x | React Navigation
React Navigation 7 focuses on streamlining the API to avoid patterns that can cause bugs. This means deprecating some of the legacy behavior kept for backward compatibility reasons.
reactnavigation.org