Files
react-native/scripts/cxx-api
Rubén Norte 7c1c833ee9 Remove redundant methods to mock timers from PerformanceEntryReporter and NativePerformance (#53028)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/53028

Changelog: [internal]

Now that we have mocking at a more fundamental level (`HighResTimeStamp` API) we can replace other timing mocks with that one.

This does it for `PerformanceEntryReporter` and the `NativePerformance` module.

Reviewed By: hoxyq

Differential Revision: D79557640

fbshipit-source-id: 86579b8bb586190ab7cc8721f30e60b3ef789798
2025-08-04 11:21:03 -07:00
..

scripts/cxx-api

[Experimental] Build scripts for React Native's C++ / Objective-C / Objective-C++ API.

Usage

Build API snapshot

Builds a ReactNativeCPP.api file to the output location configured in public-api.conf.

yarn cxx-api-build

Check API snapshot

Prints a warning message with the API snapshot diff since the previous commit.

./scripts/cxx-api/check-api.sh