Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facebook/react-native
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.82.0
Choose a base ref
...
head repository: facebook/react-native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.82.1
Choose a head ref
  • 4 commits
  • 39 files changed
  • 3 contributors

Commits on Oct 8, 2025

  1. Configuration menu
    Copy the full SHA
    b93e75d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Fix useNativeTransformHelper behaviour when frame size is 0 (#53978)

    Summary:
    Pull Request resolved: #53978
    
    Inconsistency between the previous and old version of `processTransform` - if frameSize is 0, the transform was being ignored, which is not correct when considering a fixed transform origin and a rotation animation for example. Instead, always apply the transform origin if it's set.
    
    Changelog: [Android][Fixed] Fixed representation of transforms when view is originally zero-sized
    
    Reviewed By: mdvacca
    
    Differential Revision: D83469083
    
    fbshipit-source-id: e9ae1500f64c700708edb00b2d5871e3f224fb07
    javache authored and alanjhughes committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    bdc2c19 View commit details
    Browse the repository at this point in the history
  2. fixed cp command to work with gnu coreutils (#54063)

    Summary:
    When using gnu coreutils, installation of ReactNativeDependenices on iOS fails at compile time with errors like in the following issue (in the Expo repo):
    
    expo/expo#38992
    
    This is caused by a missing `.` in the end of the path name that the built-in MacOS cp command handles well, but that will create an extra Headers folder when using cp from gnu coreutils.
    
    This commit fixes this by adding the missing `.`
    
    ## Changelog:
    
    [IOS] [FIXED] - Fixed issue when using gnu coreutils cp command when using precompiled binaries causing compilation error
    
    Pull Request resolved: #54063
    
    Test Plan:
    - Verify that you're running gnu coreutils (`cp --version`)
    - Create new expo app `npx create-expo-app`
    - Build on iOS - should error without this fix, should work with the fix.
    
    Reviewed By: christophpurrer
    
    Differential Revision: D83964083
    
    Pulled By: javache
    
    fbshipit-source-id: 46dc074ca9b7fc97fa5a37ef48d68a895e3310ff
    chrfalch authored and alanjhughes committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    2318229 View commit details
    Browse the repository at this point in the history
  3. Release 0.82.1

    #publish-packages-to-npm&latest
    react-native-bot committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    3a625f7 View commit details
    Browse the repository at this point in the history
Loading