The Wire · Showcase
REACT NATIVE 0.86 RC2 LANDS WITH ANDROID PROPS FIX AND IOS BUILD SPEEDUP
By RepoJournal · Filed · About Meta
React Native shipped a critical Android fix that restores prop updates when the accumulation flag is disabled, plus iOS binary caching that cuts build times.
The team merged a fix [1] for a shadow tree revision bug on Android that was silently dropping prop updates when `enableAccumulatedUpdatesInRawPropsAndroid` wasn't enabled. Without this patch, intermediate revisions only carried props from that specific revision, breaking cascade updates. The 0.86.0-rc.2 release [2] bundles this fix alongside new features like `PlatformColor` support for Android Pressable ripples and Hermes binary caching on iOS to accelerate builds. This is the release to test before the stable 0.86 ships.
Action items
- → Test 0.86.0-rc.2 in staging if you ship Android apps with conditional prop logic facebook/react-native [plan]
- → Monitor for 0.86 stable release over the next 48-72 hours facebook/react-native [monitor]
References
- [1] Merge all intermediate revisions when props accumulation is not guaranteed (#56914) facebook/react-native
- [2] 0.86.0-rc.2 ↗ facebook/react-native
FAQ
- What changed in Meta on May 26, 2026?
- React Native shipped a critical Android fix that restores prop updates when the accumulation flag is disabled, plus iOS binary caching that cuts build times.
- What should Meta teams do about it?
- Test 0.86.0-rc.2 in staging if you ship Android apps with conditional prop logic • Monitor for 0.86 stable release over the next 48-72 hours
- Which Meta repositories shipped on May 26, 2026?
- facebook/react-native