refactor: TraceUpdates native component -> DebuggingOverlay#41562
Closed
hoxyq wants to merge 2 commits intofacebook:mainfrom
Closed
refactor: TraceUpdates native component -> DebuggingOverlay#41562hoxyq wants to merge 2 commits intofacebook:mainfrom
hoxyq wants to merge 2 commits intofacebook:mainfrom
Conversation
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D51470789 |
hoxyq
pushed a commit
to hoxyq/react-native
that referenced
this pull request
Nov 21, 2023
…#41562) Summary: Changelog: [Internal] We will use this native component as a single layer for drawing debugging information: both for trace updates and inspected components from React DevTools. Differential Revision: D51470789
0211896 to
1e9a6ff
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D51470789 |
Base commit: 8a62d61 |
hoxyq
pushed a commit
to hoxyq/react-native
that referenced
this pull request
Nov 21, 2023
…#41562) Summary: Changelog: [Internal] We will use this native component as a single layer for drawing debugging information: both for trace updates and inspected components from React DevTools. Differential Revision: D51470789
1e9a6ff to
4e6bc55
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D51470789 |
hoxyq
pushed a commit
to hoxyq/react-native
that referenced
this pull request
Nov 22, 2023
…#41562) Summary: Changelog: [Internal] We will use this native component as a single layer for drawing debugging information: both for trace updates and inspected components from React DevTools. Differential Revision: D51470789
hoxyq
pushed a commit
to hoxyq/react-native
that referenced
this pull request
Nov 22, 2023
…#41562) Summary: Changelog: [Internal] We will use this native component as a single layer for drawing debugging information: both for trace updates and inspected components from React DevTools. Differential Revision: D51470789
4e6bc55 to
974ffbe
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D51470789 |
hoxyq
pushed a commit
to hoxyq/react-native
that referenced
this pull request
Nov 23, 2023
…#41562) Summary: Changelog: [Internal] We will use this native component as a single layer for drawing debugging information: both for trace updates and inspected components from React DevTools. Reviewed By: javache Differential Revision: D51470789
974ffbe to
1c16e42
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D51470789 |
hoxyq
pushed a commit
to hoxyq/react-native
that referenced
this pull request
Nov 23, 2023
…#41562) Summary: Changelog: [Internal] We will use this native component as a single layer for drawing debugging information: both for trace updates and inspected components from React DevTools. Reviewed By: javache Differential Revision: D51470789
1c16e42 to
e094b83
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D51470789 |
hoxyq
pushed a commit
to hoxyq/react-native
that referenced
this pull request
Nov 23, 2023
…#41562) Summary: Changelog: [Internal] We will use this native component as a single layer for drawing debugging information: both for trace updates and inspected components from React DevTools. Reviewed By: javache Differential Revision: D51470789
e094b83 to
9762382
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D51470789 |
added 2 commits
November 23, 2023 06:36
Summary: Changelog: [iOS][Added] - support "highlighting updates when components render" feature from React DevTools Reviewed By: javache Differential Revision: D51470012
…#41562) Summary: Changelog: [Internal] We will use this native component as a single layer for drawing debugging information: both for trace updates and inspected components from React DevTools. Reviewed By: javache Differential Revision: D51470789
9762382 to
fac4f35
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D51470789 |
Contributor
|
This pull request has been merged in ed1056e. |
Othinn
pushed a commit
to Othinn/react-native
that referenced
this pull request
Jan 9, 2024
…#41562) Summary: Pull Request resolved: facebook#41562 Changelog: [Internal] We will use this native component as a single layer for drawing debugging information: both for trace updates and inspected components from React DevTools. Reviewed By: javache Differential Revision: D51470789 fbshipit-source-id: 6c4633d2b70c2c2635a2bbfcd7adf1c727b73585
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Changelog: [Internal]
We will use this native component as a single layer for drawing debugging information: both for trace updates and inspected components from React DevTools.
Differential Revision: D51470789