mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
0f25a354ba
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
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