mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
7b5307d181
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52750 Changelog: [Internal] Reviewed By: rshest Differential Revision: D78704833 fbshipit-source-id: 4df0029f6de860c93864e12c479e387f3981f7b5
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