The most frustrating bug I hit this week (React Native + Expo)
Source: Dev.to
Situation
My app won’t render at all on my phone—just a blank screen and multiple errors.

Main error
“Incompatible React versions”
react: 19.2.5react-native-renderer: 19.1.0

What I’m seeing
- Invalid hook call
- “Cannot read property of undefined.”
- Components failing before rendering

Additional details
It looks like a small version mismatch, but it completely breaks everything.

I’m still digging into it. If anyone has encountered this in an Expo + monorepo setup, I’d really appreciate any pointers.
Will update once I figure it out 🙌
Tags: reactnative expo debugging buildinpublic