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