mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
7c1c833ee9
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
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