Commit 4c09e53
Cover
Summary:
Classifies `react/nativemodule/devtoolsruntimesettings:devtoolsruntimesettings` as a private target under the C++ stable API three-tier visibility model. Adds `#include <react/cxxstableapi/PrivateGuard.h>` to the module's single exported header (`DevToolsRuntimeSettingsModule.h`), and wires the guard dependency into BUCK and CMake.
The guards are inert unless a consumer defines `RN_STRICT_API`, so there is no behavior change.
Changelog: [Internal]
Differential Revision: D117320628react/nativemodule/devtoolsruntimesettings with Stable API guards1 parent 5b680c5 commit 4c09e53
2 files changed
Lines changed: 3 additions & 0 deletions
File tree
- packages/react-native/ReactCommon/react/nativemodule/devtoolsruntimesettings
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
0 commit comments