React Native: iOS Crash Fix, Scroll Repair, and Import Cleanup
Activity centers on reliability over features — an iOS mounting crash, Android scroll and logging fixes, and Fantom retry gaps — paired with packaging cleanup to enforce public entry points and cut bundle overhead.
Duration: PT2M15S
Episode overview
This episode is a short developer briefing from React Native.
It explains recent repository work in plain language.
- Show: React Native
- Published: 2026-09-25T13:05:34Z
- Audio duration: PT2M15S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, it's Friday, September 25th, 2026, and this is your React Native briefing.
The through-line is reliability over features: a handful of targeted fixes for crashes, scrolling and rendering, paired with internal cleanup to reduce bundle overhead and enforce public entry points.
Start with user-visible fixes. Commit 361bc24 fixes a differ bug where a view flattening while its parent unflattens, with a child using negative z-index, could recreate a mounted view or delete a moved one — crashing iOS in debug and segfaulting in release. On Android, pull request 58678 fixes text inputs absorbing…
Second theme is modularization. The team removed the deprecated blur on submit text input prop in favor of submit behavior, consolidated generated view configs to cut native component bundle overhead, migrated remaining deep imports to supported entry points with pull request 58673, and started rejecting unsupported…
Finally, CI reliability. A Fantom sequencer change and pull request 58672 address the same gap: Jest's only failures mode ignores suite-level crashes, so retries were exiting without running anything. The fix ensures crashed suites actually get retried.
What's next: If you…
Nearby episodes from React Native
- Scroll Fixes and iOS Header Cleanup
- Fabric Mounting Fixes and Header Modularization
- iOS Umbrellas, API Boundaries, and CI Reliability
- Fabric Timing Fixes and Umbrella Header Cleanup
- Weekly Recap - Public API Lockdown and iOS Frame Timing
- Deep Import Cleanup and Input Timing Fix
- Cleaning Up the API Surface
- The Great Deep Import Cleanup