Commit 6addea5
fix(community-cli-plugin): Add description in target debugs to distinguish RN Bridge and reanimated (#54198)
Summary:
As I point out in this [issue](#50696 (comment)), when integrating reanimated, we end up with two debug targets having the same title. This can confuse and lead people to think something is wrong.
Adding the description alongside the title to better explain where the second debug target comes from eliminates the confusion.
Changelog: [Internal]
Pull Request resolved: #54198
Test Plan:
Tested in [this RN 82 project](https://github.com/dprevost-LMI/rn82/tree/reanimated) with the latest reanimated by overriding the code in the `node_module`
Before:
<img width="406" height="94" alt="Screenshot 2025-10-18 at 10 52 18 AM" src="https://github.com/user-attachments/assets/e517bf53-5176-479f-9fbb-3f4b46089395" />
After:
<img width="522" height="78" alt="Screenshot 2025-10-18 at 10 56 27 AM" src="https://github.com/user-attachments/assets/aa14aebd-4c13-4249-bb00-63972302ab40" />
Reviewed By: hoxyq
Differential Revision: D85041647
Pulled By: huntie
fbshipit-source-id: 0a1cc9cc2fb0fadf31c8c60de19d77cfb01d072a1 parent b78099b commit 6addea5
1 file changed
Lines changed: 12 additions & 8 deletions
Lines changed: 12 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | 97 | | |
100 | 98 | | |
101 | 99 | | |
102 | 100 | | |
103 | 101 | | |
104 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
105 | 108 | | |
106 | 109 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| |||
0 commit comments