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.71.8
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.71.9
Choose a head ref
  • 7 commits
  • 17 files changed
  • 7 contributors

Commits on Jun 6, 2023

  1. fix(types): cross platform autoComplete for TextInput (#36931)

    Summary:
    Since v0.71 the autoComplete prop on TextInput is available on iOS ([release notes](https://reactnative.dev/blog/2023/01/12/version-071#component-specific-behavior)). However, this change is not reflected in the types.
    
    Original types PR here - DefinitelyTyped/DefinitelyTyped#65144 by chwallen
    
    ## Changelog:
    
    [GENERAL] [FIXED] - Fix autoComplete type for TextInput
    
    Pull Request resolved: #36931
    
    Test Plan: Setting the autoComplete prop on TextInput to `nickname`, `organization`, `organization-title`, or `url` should not result in typescript errors.
    
    Reviewed By: NickGerleman
    
    Differential Revision: D45052350
    
    Pulled By: javache
    
    fbshipit-source-id: 40993833b4ed14f91e3bf3521a264ea93517a0c9
    iRoachie authored and Luna Wei committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    b8040b9 View commit details
    Browse the repository at this point in the history
  2. Allow string transform style in TypeScript (#37569)

    Summary:
    Pull Request resolved: #37569
    
    Fixes #37543
    
    Missed as part of D39423409 (or maybe we didn't have TS types inline yet?)
    
    Changelog:
    [General][Fixed] - Allow string `transform` style in TypeScript
    
    Reviewed By: cortinico
    
    Differential Revision: D46161450
    
    fbshipit-source-id: 24ee9e19365b7209ec0a2c8fb5a5d7ac78203f4d
    NickGerleman authored and Luna Wei committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    b245919 View commit details
    Browse the repository at this point in the history
  3. fix: [gradle-plugin] 3rd party lib dependency substitution (#37445)

    Summary:
    For 3rd party libraries to work with a React Native fork (such as the TV repo) that uses a different Maven group for `react-android` and `hermes-android` artifacts, an additional dependency substitution is required.
    
    ## Changelog:
    
    [Android][fixed] RNGP dependency substitutions for fork with different Maven group
    
    Pull Request resolved: #37445
    
    Test Plan:
    - Manual tested with an existing project
    - Unit tests pass
    
    Reviewed By: rshest, dmytrorykun
    
    Differential Revision: D45948901
    
    Pulled By: cortinico
    
    fbshipit-source-id: 4151a1d3616172a92c68812c3a0034c98b330d67
    douglowder authored and Luna Wei committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    9762016 View commit details
    Browse the repository at this point in the history
  4. fix: fix virtualizedList scrollToEnd for 0 items (#36067)

    Summary:
    Fixes #36066
    
    ## Changelog
    
    [GENERAL] [FIXED] - VirtualizedList scrollToEnd with no data
    
    Pull Request resolved: #36067
    
    Test Plan: Run `yarn test VirtualizedList-test`
    
    Reviewed By: jacdebug
    
    Differential Revision: D43041763
    
    Pulled By: javache
    
    fbshipit-source-id: d4d5e871284708a89bf9911d82e9aa97d7625aca
    Andarius authored and Luna Wei committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    fa33e76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a582ca5 View commit details
    Browse the repository at this point in the history
  6. Make CircleCI caches for hermesc be version dependent (#37452)

    Summary:
    Pull Request resolved: #37452
    
    Fixes #37428
    
    We do have cache poisoning for hermesc on Windows and Linux due to reusing the same cache key among different
    React Native version. This fixes it by specifying a cache key which is version dependent + it invalidates the
    caches by defining a new key.
    
    Changelog:
    [Internal] [Fixed] - Make CircleCI caches for hermesc be version dependent
    
    Reviewed By: cortinico
    
    Differential Revision: D45909178
    
    fbshipit-source-id: 830c87ae45739c7053342a68dac2ee7581945c1d
    cipolleschi authored and Riccardo Cipolleschi committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    3f61b5f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. [0.71.9] Bump version numbers

    Distiller committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    ed9ef98 View commit details
    Browse the repository at this point in the history
Loading