Files
react-native/scripts/cxx-api
Christoph Purrer 0f25a354ba Simply use a std::shared_ptr in TestCallInvoker (#52771)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/52771

Changelog: [Internal]

It seems we can simply use a std::shared_ptr here

(This was some initial over-engineering which isn't needed as it turns out)

Reviewed By: cipolleschi

Differential Revision: D78771904

fbshipit-source-id: 2925c424d2061ca727636c683ec783ed56e3f0c9
2025-07-23 08:52:41 -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