Files
react-native/scripts/cxx-api
Christoph Purrer c05f39ec3e Remove duplicated to_underlying helper method (#53494)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/53494

Changelog: [Internal]

Reviewed By: lenaic

Differential Revision: D81203760

fbshipit-source-id: 185d6b3a6cd06d58c770dd04c68cc707a7621f08
2025-08-28 09:48:57 -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