Files
react-native/scripts/cxx-api
Ramanpreet Nara 42ea4bc594 feature-flags: Prefix "eager" to "main queue modules" flag (#52543)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/52543

Prefixing "eager" to the name makes it less confusing.  React native already has main queue modules: they're just lazy.

Changelog: [Internal]

Reviewed By: lunaleaps

Differential Revision: D78109287

fbshipit-source-id: 5fa6095d2dd8fcf74fdda64e05483eb487bc8f56
2025-07-11 22:47:07 -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