Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RN: Implement sendAccessibilityEvent in RN Renderer that proxies between Fabric/non-Fabric #20554

Commits on Jan 6, 2021

  1. RN: Implement sendAccessibilityEvent on HostComponent

    Implement `sendAccessibilityEvent` on HostComponent for Fabric and non-Fabric RN.
    
    Currently the Fabric version is a noop and non-Fabric uses
    AccessibilityInfo directly. The Fabric version will be updated once
    native Fabric Android/iOS support this method in the native UIManager.
    JoshuaGross committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    b29a6d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    4871f0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    502204a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

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

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    3a15531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f35baaf View commit details
    Browse the repository at this point in the history
  3. fix flow types

    JoshuaGross committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    bb89265 View commit details
    Browse the repository at this point in the history
  4. prettier

    JoshuaGross committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    27e5f63 View commit details
    Browse the repository at this point in the history