Files
Christoph Purrer 7b5307d181 Replace ContextContainer::Shared with std::shared_ptr<const ContextContainer> 2/2 (#52750)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/52750

Changelog: [Internal]

Reviewed By: rshest

Differential Revision: D78704833

fbshipit-source-id: 4df0029f6de860c93864e12c479e387f3981f7b5
2025-07-22 12:40:27 -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