React Native: iOS Build Fixes and Performance Logger Refactoring
Three merged pull requests addressed iOS build issues with feature flags and CI configuration, while 13 additional commits included significant performance logger changes and Android keyboard handling improvements.
Duration: PT2M9S
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-04-24T00:00:00Z
- Audio duration: PT2M9S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. This is your React Native developer briefing for April 24th, 2026.
Three pull requests were merged today focusing on iOS build stability and CI improvements. Radko93 merged a fix for React-CoreModules missing React-featureflags header path under use_frameworks, resolving a build failure where RCTRedBox.mm couldn't find the ReactNativeFeatureFlags header. This one-line change…
Cipolleschi merged two related PRs. The first skips prebuilds for DynamicFrameworks CI jobs, ensuring these jobs always build from source rather than using potentially misconfigured prebuilds. The second uses pinned Hermes versions when version.properties is not set to the development placeholder of 1000.0.0, fixing…
Among the 13 additional commits, several stand out for their impact. Rubén Norte's work on hoisting PerformanceLogger primitives out of react-native removes internal telemetry that was never part of the public API, reducing package weight for external consumers while maintaining backward compatibility through…
Pieter De Baets migrated RCTBlobManager to use the standardized RCTTurboModuleWithJSIBindings protocol instead of private React API, aligning iOS implementation with Android and…
A…
Nearby episodes from React Native
- Image Prefetching Consolidation
- 0.85 Performance Debugging and Stability Updates
- Feature Flags and Android Improvements
- Weekly Recap - Infrastructure Cleanup and Build Reliability
- iOS Build Fixes and Paper Renderer Cleanup
- Weekly Recap - View Transitions and Developer Experience
- Event Timestamp Bug Fix
- Code Quality and Testing Improvements