Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
9d3b052
changes before resolving merge conflicts
Sep 22, 2025
ff4f7ea
Update tester files
Sep 23, 2025
3590d2a
Change files
Sep 23, 2025
7ecc7d1
Update Viewproptypes.d.ts files
Sep 23, 2025
b3a35e2
Fixed build errors
Sep 25, 2025
e7e08bd
Add primitives.h to define HighResTimeStamp in ReactPerfettoLogger.cpp
Sep 26, 2025
a11e65c
Merge branch 'main' into user/harinimalothu/integrate_0.81.0-0618
HariniMalothu17 Sep 26, 2025
569ea44
lint fix
Sep 26, 2025
1be183d
fix for community cli
Sep 26, 2025
d0db36e
fix build errors
Sep 26, 2025
763f1be
fix build errors
Sep 26, 2025
c98d182
Move timing.h include to ReactCommon
jonthysell Sep 26, 2025
bf92445
Update communitycli template version
Sep 29, 2025
137bda4
Update communitycli template version
Sep 29, 2025
31c6ac1
Change files
Sep 29, 2025
913d67a
Updated versions that were pointing to precious integration
Sep 29, 2025
bcd48a3
Updated tester folder with new file that was added
Sep 29, 2025
eee7d94
Merge branch 'main' into user/harinimalothu/integrate_0.81.0-0618
HariniMalothu17 Sep 29, 2025
3f76152
Add mockComponent to global scope in tests for RN 0.81.0 where it's n…
Sep 29, 2025
5bdeed4
Merge branch 'user/harinimalothu/integrate_0.81.0-0618' of https://gi…
Sep 29, 2025
1d33384
Add mockComponent to global scope in tests for RN 0.81.0 where it's n…
Sep 29, 2025
ffe9268
change type to copy
Sep 29, 2025
7b05163
Lint fix
Sep 29, 2025
48a0bc1
change import for newscreenapp
Sep 29, 2025
25a6bf9
update missing ternary operator
Sep 29, 2025
119c0d6
Fix setup.js file changes
Sep 30, 2025
fe7ccbc
Fix yarn validate overrides error
Sep 30, 2025
c27c41c
Merge branch 'main' into user/harinimalothu/integrate_0.81.0-0618
HariniMalothu17 Sep 30, 2025
d96595f
fix linting errors, update snapshots,update flow version
Sep 30, 2025
5db9d8c
Merge branch 'user/harinimalothu/integrate_0.81.0-0618' of https://gi…
Sep 30, 2025
237bcc5
update yarn.lock
Sep 30, 2025
b31efc5
Update downloadFlowTypes with newly missing flow types
jonthysell Oct 1, 2025
ff399d1
Merge branch 'main' into user/harinimalothu/integrate_0.81.0-0618
HariniMalothu17 Oct 1, 2025
483aab6
Change files
Oct 1, 2025
559d1b1
Fix flowconfig for react-native-win32
jonthysell Oct 1, 2025
f3fd551
fix uncleartype and untyped import errors
Oct 3, 2025
a3790af
Merge branch 'main' into user/harinimalothu/integrate_0.81.0-0618
HariniMalothu17 Oct 3, 2025
8e1ba39
fix uncleartype and untyped import errors
Oct 3, 2025
acb528d
Merge branch 'main' into user/harinimalothu/integrate_0.81.0-0618
HariniMalothu17 Oct 6, 2025
684da17
update code
Oct 6, 2025
4759e94
update code
Oct 6, 2025
dfb617d
lint fix
Oct 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add primitives.h to define HighResTimeStamp in ReactPerfettoLogger.cpp
  • Loading branch information
Harini Malothu committed Sep 26, 2025
commit e7e08bd59e19e9e75ec308d402546c0f8b91ffe0
1 change: 1 addition & 0 deletions vnext/Shared/Shared.vcxitems
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@
<ClCompile Include="$(ReactNativeDir)\ReactCommon\jsinspector-modern\tracing\PerformanceTracer.cpp" />
<ClCompile Include="$(ReactNativeDir)\ReactCommon\react\utils\jsi-utils.cpp" />
<ClCompile Include="$(ReactNativeDir)\ReactCommon\reactperflogger\reactperflogger\ReactPerfettoLogger.cpp" />
<ClInclude Include="$(ReactNativeDir)\ReactCommon\react\timing\primitives.h" />
<ClCompile Include="$(ReactNativeDir)\ReactCommon\oscompat\OSCompatPosix.cpp" />
<ClCompile Include="$(ReactNativeDir)\ReactCommon\oscompat\OSCompatWindows.cpp" />
<ClCompile Include="$(ReactNativeDir)\ReactCommon\jsinspector-modern\network\NetworkReporter.cpp" />
Expand Down