mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
c05f39ec3e
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53494 Changelog: [Internal] Reviewed By: lenaic Differential Revision: D81203760 fbshipit-source-id: 185d6b3a6cd06d58c770dd04c68cc707a7621f08
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