@PawelJLisowski@skeptrune Reviewing has always been about these - along with testing the changes. Reviewing often requires _more_ context than generating a change
Wish @expo router data loaders were available for native routing. Feels like a pattern that could work in tandem with a loading component or useLoaderState hook
How are folks fetching data in their React Native apps these days? I’ve been using TanStack Query + GQL for a while. It’s worked but it’s been feeling a bit awkward as of late and I’m looking for new ideas!
#reactnative#graphql
There is critical vulnerability in React Server Components disclosed as CVE-2025-55182 that impacts React 19 and frameworks that use it.
A fix has been published in React versions 19.0.1, 19.1.2, and 19.2.1. We recommend upgrading immediately.
https://t.co/kue7kd0XEX
Sincere question: why are #reactnative versions pinned to specific minor/patch versions of React?
I.e. RN 81 checks for React 19.1.0. Trying to use React 19.2.0 results in version mismatch errors 🤔
@jasongaare Yeah we got halfway down the path of upgrading before realizing we could extend 🥲
Figured might as well finish since the knowledge was fresh!
Okay updating our app to support #android 16KB page size was definitely not something we should’ve waited on 😅
We’re stuck on RN 77/Expo 52/React 18 for the moment, so getting things working was interesting!