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: 8b447fcd5db4332e2142108d65ca612aab74af70
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: baec8d83dfa5d13f0c063e508b8139610eb2bf25
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Nov 12, 2024

  1. Clean up legacy feature flags for event loop (#47565)

    Summary:
    Pull Request resolved: #47565
    
    Changelog: [internal]
    
    We unified the feature flags for the event loop in #47084, but we left the legacy flags defined for temporary backwards compatibility.
    
    We don't need that anymore, so we can clean them up.
    
    Reviewed By: fabriziocucci
    
    Differential Revision: D65606068
    
    fbshipit-source-id: 403c278cef2afc8eddf07592d88cadc58765f660
    rubennorte authored and facebook-github-bot committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d3c5446 View commit details
    Browse the repository at this point in the history
  2. validate input before calling setSelection to restore selection ran…

    …ge (#47577)
    
    Summary:
    
    Changelog: [Android][Fixed] ensure setSelection in onAttachedToWindow is within text range
    
    Reviewed By: javache
    
    Differential Revision: D65824906
    zeyap authored and facebook-github-bot committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    baec8d8 View commit details
    Browse the repository at this point in the history
Loading