React Native

Track React Native updates. Build native mobile apps with JavaScript and React.

Daily RSS feed

Weekly RSS feed

https://podlog.io/listen/react-native-b1306806

Episodes

  1. React Native: Breaking Changes and Bridgeless Migration

    React Native pushed forward major architectural changes on June 3rd, removing legacy bridgeless architecture flags and deprecated APIs while strengthening type safety. The changes signal an aggressive move toward the new architecture…

  2. React Native: Memory and Architecture Cleanup

    React Native addressed critical memory issues on Android and continued removing legacy architecture code. The team also deprecated several old APIs while fixing crashes in accessibility and animation systems.

  3. React Native: TypeScript Fixes and Turbo Module Improvements

    Four commits focused on developer experience improvements, with two key themes: fixing TypeScript declarations for the Modal component and resolving build issues for C++ turbo modules without generated code requirements.

  4. React Native: Weekly Recap - Platform Refinement & Developer Experience

    This week brought focused improvements to core platform features and developer tooling, with 30 commits targeting status bar functionality, view transitions, image loading optimization, and codebase maintenance. The activity reflects…

  5. React Native: Performance Optimizations and Bug Fixes

    The React Native team shipped six commits focused on iOS performance improvements, image loading optimizations, and critical bug fixes. Key changes include finalizing the main queue coordinator rollout and implementing smart image…

  6. React Native: Release Candidate 2 Changelog

    The React Native team published the changelog for version 0.86.0 release candidate 2 on May 26th, 2026. This administrative update documents changes included in the latest pre-release version.

  7. React Native: Android Props Update Fix

    A critical Android rendering fix was merged to prevent dropped updates when accumulated props are disabled. The change ensures all intermediate shadow tree revisions pass through the mounting layer properly.

  8. React Native: TypeScript API Cleanup

    A single commit by Alex Hunt refactors internal test code to use public APIs instead of private types, part of ongoing work to align type definitions across Flow and TypeScript for the Strict TypeScript API rollout.

  9. React Native: Weekly Recap - Platform Stability and Feature Flag Cleanup

    This week focused on platform stability improvements and feature flag consolidation, with 30 commits addressing critical Android ScrollView crashes, iOS border radius fixes, and the removal of several experimental flags that have…

  10. React Native: Android Display Metrics API Cleanup

    React Native removed deprecated Android display metrics APIs that were scheduled for deletion in version 0.87. The cleanup removes getWindowDisplayMetrics and related methods from DisplayMetricsHolder.

  11. React Native: Weekly Recap - Infrastructure & Code Quality

    React Native focused on infrastructure improvements this week with 30 commits addressing deprecated API removal, feature flag cleanup, and build system enhancements. Notable changes include removing legacy Android components and…

  12. React Native: Threading Fixes and Version Updates

    Today we're diving into some crucial threading fixes that tackle race conditions in React Native's animation system, plus version updates including Flow 0.312.1 and the changelog for v0.85.3. Zeya Peng led the charge on some important…

  13. React Native: Weekly Recap - Performance Optimization and Stability

    React Native 0.85 received significant performance debugging enhancements and Android-specific optimizations this week. The team focused heavily on backporting features from main to stable branches while addressing threading issues and…

  14. React Native: Image Prefetching Consolidation

    Meta consolidated Android image prefetching feature flags, removing two deprecated flags and simplifying the system into a single enableImagePrefetchingAndroid flag.

  15. React Native: 0.85 Performance Debugging and Stability Updates

    React Native's 0.85 branch received significant performance debugging enhancements and stability fixes through six merged pull requests. The updates include comprehensive frame timing tools, Fast Refresh improvements, and thread safety…

  16. React Native: Feature Flags and Android Improvements

    React Native merged experimental MutationObserver support for version 0.83 and landed 13 commits focused on Android fixes, accessibility improvements, and CI enhancements.

  17. React Native: Weekly Recap - Infrastructure Cleanup and Build Reliability

    React Native merged 3 pull requests and 30 additional commits focusing on build system improvements, deprecated code removal, and infrastructure modernization. Key changes include fixing CocoaPods framework configurations, removing Paper…

  18. 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.

  19. React Native: iOS Build Fixes and Paper Renderer Cleanup

    The React Native team resolved critical iOS build issues when Pods directories are symlinks and completed the removal of the legacy Paper renderer system. Several Android fixes for WebSocket authentication and modal status bar handling…

  20. React Native: Weekly Recap - View Transitions and Developer Experience

    React Native development this week focused heavily on view transitions infrastructure with multiple commits adding animation support and bitmap snapshots. Developer experience improvements included Modal style forwarding and LogBox back…

  21. React Native: Event Timestamp Bug Fix

    Kevin Gozali fixed a bug where React Native was incorrectly overriding native event timestamps due to case-sensitivity issues between "timeStamp" and "timestamp" properties.

  22. React Native: Code Quality and Testing Improvements

    Two commits landed today addressing compiler warnings and test environment stability. The changes fix unused parameter warnings and resolve a critical issue where image loading timeouts were causing E2E test failures on iOS.

  23. React Native: Weekly Recap - Critical Bug Fixes and Infrastructure Cleanup

    This week brought 30 commits focused on resolving critical Android FormData upload issues and extensive C++ API cleanup. Key fixes addressed broken file uploads in debug builds and iOS keyboard focus regressions.

  24. React Native: Critical iOS Focus Fix and API Cleanup

    React Native received a critical fix for iOS TextInput focus issues affecting apps since version 0.83, plus significant C++ API cleanup and Performance API crash resolution.

  25. React Native: Weekly Recap - Platform Stability & API Refinements

    This week brought 30 commits focused on platform stability and API improvements. Key changes include new blend mode support, Android crash fixes, and ViewTransition API restructuring.

  26. React Native: Flow 0.308.0 Foundation Update

    Today we're covering a focused infrastructure update to React Native with Flow 0.308.0 being deployed to the codebase. Panos Vekris from the Flow team made the update, touching the core Flow configuration and package dependencies - a…

  27. React Native: Squashing Bugs and Strengthening Tests

    Today we're diving into two important maintenance commits that showcase the ongoing effort to make React Native more reliable. Emily Brown migrated ProgressBarAndroid tests from Jest to Fantom for better native rendering validation,…

  28. React Native: Better Events, Smoother Animations & Core Cleanup

    Today we're diving into some really thoughtful improvements to React Native's core infrastructure. The team shipped better event handling with native timestamps for BackHandler, fixed a tricky animation deadlock, and did some solid…

  29. React Native: Spring Cleaning and Visual Polish

    The React Native team delivered 30 focused commits emphasizing code quality and developer experience improvements. Key highlights include adding mixBlendMode support for better visual effects, fixing critical Android crashes with zIndex…

  30. React Native: VirtualCollection Goes Public

    React Native takes a big step forward with VirtualCollection components moving from internal Meta code to the public API. The team also improved scroll view handling with better bottom inset support and cleaned up some technical debt…

  31. React Native: Crash Fixes and Thread Safety Heroes

    Today we're diving into two important stability fixes that landed in the React Native codebase. The standout is Fabrizio Cucci's critical fix for Hermes crashes affecting thousands of iOS users when TurboModule methods throw exceptions…

  32. React Native: Developer Tools Tune-Up

    A quiet but important day in React Native land with an automated update to the DevTools binaries. While it might seem small, this internal maintenance work keeps our debugging experience smooth and up-to-date.

  33. React Native: Foundation Work and Flow Modernization

    Today we're diving into some important foundation work in React Native with viewport size support being added to LayoutContext, setting the stage for future calc() functionality. Plus, a massive modernization effort updated Flow casting…

  34. React Native: Fix It Friday - When Headers Go Missing

    Today we're diving into three crucial fixes that keep React Native running smoothly. Christian Falch solved a tricky Android header export issue that was breaking Expo's nightlies, while Joe Vilches fixed declarative blur functionality…

  35. React Native: Developer Tools Get a Major Performance Upgrade

    The React Native team delivered some impressive developer experience improvements today, headlined by a comprehensive performance tracking system for the renderer that will make debugging so much easier. Plus, we got important stability…

  36. React Native: Security Fixes and Developer Experience Polish

    Today's episode covers 8 commits focused on security improvements and developer experience enhancements. The highlights include critical CVE fixes by upgrading minimatch dependencies, expanded Android autofill capabilities with 11 new…

  37. React Native: Spring Cleaning and Documentation Polish

    Today we're diving into some quality-of-life improvements in React Native with three focused commits that show the team's dedication to maintainability. Jakub Piasecki led the charge with documentation optimizations and workflow cleanup,…

  38. React Native: Code Quality and Critical Fixes

    Today we're diving into a solid day of React Native maintenance and improvements with 9 commits that show the team's dedication to code quality. We've got a major codegen cleanup that centralizes type handling, a critical Android crash…

  39. React Native: Building Bridges - XCFramework Fixes and Developer Experience Wins

    Today we're diving into 15 commits that show React Native's commitment to developer experience, with major fixes for XCFramework duplicate symbols, Xcode 26.4 compatibility, and some really thoughtful infrastructure improvements. LeoTM…

  40. React Native: Crash Fixes and TV Focus Features

    Today we're diving into 27 commits that shipped some solid stability improvements and platform-specific enhancements. The highlight is a critical Android crash fix for background gradients, plus some exciting behind-the-scenes work on…

  41. React Native: Algorithm Upgrades and Code Cleanup

    Today we're diving into some solid engineering improvements in React Native! The team shipped a clever new algorithm using Longest Increasing Subsequence to make child reordering way more efficient, plus some nice cleanup work removing…

  42. React Native: Flow 0.305.0 Ships to Production

    Today we're covering a focused but important day in React Native land with the deployment of Flow 0.305.0 to the main codebase. Mike Vitousek led the charge on getting this type checker update rolled out, marking another step forward in…

  43. React Native: Developer Tools Polish Pass

    Today we're diving into some nice quality-of-life improvements for React Native developers. The team focused on polishing the developer experience with automated DevTools binary updates and better window management for the debugger…

  44. React Native: Debugging Dreams Come True

    Today we're diving into a fascinating day of React Native development with 8 commits focused heavily on performance optimization and developer experience improvements. The standout changes include major fixes to trace event handling that…

  45. React Native: Bug Fixes and Dev Tools Boost

    Today we're diving into 6 solid commits that shipped to React Native, featuring a great accessibility bug fix, enhanced performance tracking for React Native DevTools, and some important tooling improvements. Fabrizio Duroni solved a…

  46. React Native: Developer Experience Gets a Major Boost

    The React Native team delivered 30 commits focused on improving developer experience and tooling. Highlights include a new copy button for LogBox errors, iOS performance tracing with screenshots, and extensive C++ API improvements. The…

  47. React Native: Performance Tracking & Release Prep

    The React Native team is gearing up for version 0.86 with package bumps across the board, while adding powerful new performance tracking capabilities to the DevTools. Plus, several important crash fixes landed, including text measurement…

  48. React Native: Dev Tools Get Custom Headers Power-Up

    The React Native team merged a significant enhancement adding custom header support to dev tools across both Android and iOS platforms. This backport to version 0.85 includes 127 lines of new code spanning 10 files, making development…

  49. React Native: Developer Experience and Stability Wins

    Today's React Native updates focus heavily on improving the developer experience with better caching, debugging tools, and crash fixes. Key highlights include Evan Bacon's Metro cache improvements, Alex Hunt's debugger frontend updates…

  50. React Native: Small Fix, Big Impact - iOS Header Housekeeping

    Today we're diving into a focused iOS improvement from the React Native team. Cipolleschi merged a clean pull request that adds RCTDevSupportHeaders to the React umbrella, streamlining the iOS development experience with better header…

  51. React Native: Testing Gets a Major Upgrade

    The React Native team dropped 30 commits focused heavily on improving testing infrastructure and reliability. Nick Gerleman led the charge with extensive E2E test coverage for Text, Image, Filter, and ActivityIndicator components, while…

  52. React Native: Developer Experience Revolution

    The React Native team delivered a massive developer experience upgrade with 4 merged PRs focused on dev server improvements, EdenFS compatibility fixes, and build pipeline optimizations. The highlight is comprehensive HTTPS and custom…

  53. React Native: Building Better Developer Tools and Fixing the Fundamentals

    Today we're diving into 27 commits focused on strengthening React Native's foundation. The team made major strides in C++ API tooling with Objective-C parsing support, introduced experimental View Transition APIs, and fixed critical…

  54. React Native: C++ API Tooling Gets Major Love

    Today we're diving into 25 commits that show the React Native team's dedication to developer experience behind the scenes. Jakub Piasecki led a comprehensive overhaul of the C++ API snapshot tooling with 7 focused commits, while other…

  55. React Native: Under the Hood Spring Cleaning

    Today's episode covers React Native's internal optimizations with two focused commits improving the developer experience. Samuel Susla cleaned up C++ header includes in the renderer for better performance, while Nick Lefever enhanced…

  56. React Native: Clean Code and Solid Foundations

    Today we're diving into three thoughtful maintenance commits that show the React Native team's commitment to quality. Samuel Susla achieved 100% test coverage for ActivityIndicator, Nicola Corti fixed a critical null pointer issue in…

  57. React Native: Stability & Safety First - Memory Fixes and Dev Tool Refinements

    Today's episode covers 17 commits focused on stability and developer experience improvements. Major highlights include Peter Abbondanzo's critical memory safety fix preventing crashes in shadow node operations, Ben Hamilton's restoration…

  58. React Native: Building the C++ API Snapshot Foundation

    Today's episode focuses on Jakub Piasecki's impressive series of commits building out a comprehensive C++ API snapshot generation system for React Native. We also cover Alex Hunt's debugger frontend updates and Nick Gerleman's native CSS…

  59. React Native: Cleanup Mode Activated

    The React Native team went into full cleanup mode with 17 commits focused on modernizing the codebase. Major highlights include removing legacy debugger infrastructure, wiring up native CSS parsing for transforms, and converting Java…

  60. React Native: Bug Squashing Season - When Tests Test Themselves Into Infinity

    Today we're diving into a delightfully sneaky bug that was hiding in React Native's test suite - infinite recursion that was caught by some clever lint detection. Ron Edelstein stepped in to fix methods that were literally calling…

  61. React Native: Spring Cleaning the Legacy Code

    Today we're diving into some important housekeeping in React Native with two commits focused on cleaning up the codebase. David Vacca continues the legacy architecture cleanup by deprecating the NativeViewHierarchyOptimizer, while Alex…

  62. React Native: TypeScript Polish & Text Overflow Magic

    Today's episode covers 10 commits focused on developer experience improvements and text rendering fixes. The highlights include adding missing TypeScript support for Pressable's onPressMove, fixing a critical Jest preset export issue,…

  63. React Native: Testing Gets Its Own Home

    Today we're diving into a major architectural shift as React Native splits out its Jest testing setup into a dedicated package, plus a bunch of quality-of-life improvements across the codebase. Phil Pluckthun led the charge on extracting…

  64. React Native: Monorepo Magic and Text Selection Revival

    Today's episode covers 9 commits focused on making React Native play better with monorepos and improving text handling. The biggest story is a crucial Gradle fix for monorepo setups and the revival of text selection with the new prepared…

  65. React Native: Shadow Tree Gets Smarter with Commit Branching

    Jakub Piasecki delivered a major architectural improvement to React Native's Fabric renderer with a series of commits introducing commit branching for the Shadow Tree. This change, protected behind a feature flag, fundamentally changes…

  66. React Native: The Great Nougat Image Fix

    Today we're diving into a satisfying bug fix that's been haunting Android developers on API 24. Peter Abbondanzo delivered a clever solution to images disappearing when using antialiased border radius clipping on Nougat, replacing a…

  67. React Native: Animation Hooks Revolution & Performance Polish

    Today brings a major animation upgrade with three new hooks for React Native developers - useAnimatedValue, useAnimatedValueXY, and useAnimatedColor - making animations more React-like than ever. Plus, the team cleaned up some Android…

  68. React Native: Spring Cleaning Day - Eight Lint Fixes That Make Code Shine

    Today we're diving into a delightful cleanup spree in the React Native codebase! David Vacca tackled eight different lint warnings across the Android implementation, fixing everything from file naming conventions to safer null handling.…

  69. React Native: Spring Cleaning and Bug Fixes

    Today's episode covers some important behind-the-scenes work on React Native with two focused commits. Nick Gerleman tackled some technical debt by stubbing out legacy Paper text infrastructure, while David Vacca fixed a critical JNI…

  70. React Native: CI Pipeline Revolution and Quality of Life Wins

    Today we're diving into a major infrastructure overhaul as the React Native team migrates from Danger.js to native GitHub Actions, plus some sweet bug fixes including a color scheme issue that's been bothering developers since version…

  71. React Native: Spring Cleaning and Build Pipeline Polish

    Today we're diving into 13 commits focused on cleanup and developer experience improvements. Christian Falch fixed a tricky iOS precompile issue, while Alex Hunt led a major cleanup effort removing outdated scripts and streamlining the…

  72. React Native: The Great Code Cleanup - DevTools Polish and Lint Fixes

    Today's episode covers a focused cleanup effort in React Native with 12 commits all aimed at code quality improvements. David Vacca led the charge with extensive lint fixes across the Android codebase, while Alex Hunt enhanced the…

  73. React Native: Ruby 3.4 Fixes and Developer Experience Polish

    Today we're diving into four solid maintenance commits that keep React Native running smoothly across different environments. The highlight is a Ruby 3.4 compatibility fix that prevents pod install failures, plus improvements to Gradle…

  74. React Native: Debugging Gets Better Together

    Today we're diving into a thoughtful improvement to React Native's debugging infrastructure by Moti Zilberman. This commit fixes an edge case where multiple debugging frontends couldn't all receive background trace data simultaneously,…

  75. React Native: Code Quality & Developer Experience Renaissance

    Today we're diving into 9 commits that showcase React Native's commitment to developer experience and code quality. Eli White led a major cleanup of the compatibility checking system, while Moti Zilberman enhanced debugging tools and…

  76. React Native: Spring Cleaning Season - Lint Fixes and DevOps Improvements

    Today's episode covers 16 commits focused on code quality and developer experience improvements. David Vacca led a major lint cleanup effort across the Android animation system, while Emily Brown enhanced the API diff workflow security.…

  77. React Native: Spring Cleaning and Performance Polish

    Today we're diving into 9 commits focused on cleanup and optimization work in React Native. The team rolled out internal experiments, fixed memory allocation hotspots, and improved type safety. Notable contributors include Marc Rousavy…

  78. Multi-Session Debugging Revolution

    Today we're diving into a game-changing commit from Moti Zilberman that brings multi-session support to React Native's inspector proxy. This enhancement allows multiple Chrome DevTools connections to debug a single React Native app…

  79. Animations Get Smoother and Debugging Gets Better

    Today's React Native updates focus on performance and developer experience improvements. The team enabled the new animation backend by default, added multi-session support for Chrome DevTools debugging, optimized memory usage in touch…

  80. Architecture Evolution and Platform Polish

    Today's React Native session brings us 10 commits focused on architectural improvements and cross-platform refinements. The team deprecated Android's ReactZIndexedViewGroup as z-index handling moves to Fabric, updated Flow to version…

  81. Animation Revolution and Real-World Fixes

    Today's React Native update brings major animation improvements with transformOrigin and backfaceVisibility support, plus timestamp handling upgrades. We also see important TextInput enhancements and a critical fetch URL redirect bug…

  82. Animation Architecture Revolution

    The React Native team has been busy restructuring the animation system with a major architectural overhaul led by Bartlomiej Bloniarz. Three significant commits moved AnimationBackend to its own choreographer system on both iOS and…

  83. Debugging Fixes and Foundation Improvements

    The React Native team tackled some important stability issues today with a merged PR fixing empty panels in the debugger frontend and two key commits addressing Flow type definitions and a CocoaPods regression. Huntie led the debugger…

  84. Typography Gets Love and ScrollView Gets Smarter

    Today we're diving into some fantastic React Native improvements that show the team's attention to developer experience. We've got a crucial font styling fix for the New Architecture, a game-changing ScrollView enhancement for Android…

  85. Spring Cleaning and Apple TV Love

    The React Native team had a productive cleanup day with 16 commits focused on housekeeping and platform support. Marco Wang led a major codemod effort across test fixtures, while Devan Buggay championed Apple TV support with multiple…