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

React Native raw event EventEmitter - intended for app-specific perf listeners and debugging #23232

Merged

Commits on Feb 3, 2022

  1. ReactNativeEventTelemetryPlugin: new event perf profiling mechanism o…

    …utside of Pressability to capture all touch events, and other event types
    JoshuaGross committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    dd754e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. sync

    JoshuaGross committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    ac7915f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. concise notation

    JoshuaGross committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    0125355 View commit details
    Browse the repository at this point in the history
  2. Move event telemetry event emitter call from Plugin to ReactFabricEve…

    …ntEmitter, to reduce reliance on the plugin system and move the emit call further into the core
    JoshuaGross committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    d04781d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b72b07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e76ce6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97a1b0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6deda3 View commit details
    Browse the repository at this point in the history
  7. fix flow

    JoshuaGross committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    bc6905c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9a85fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    229595d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1825e07 View commit details
    Browse the repository at this point in the history
  11. yarn prettier-all

    JoshuaGross committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    0eef8e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. rename event

    JoshuaGross committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    bbf3f78 View commit details
    Browse the repository at this point in the history
  2. comments

    JoshuaGross committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    bff359e View commit details
    Browse the repository at this point in the history
  3. improve flow types

    JoshuaGross committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    62124f3 View commit details
    Browse the repository at this point in the history
  4. renamed file

    JoshuaGross committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    143b04b View commit details
    Browse the repository at this point in the history