Skip to content

Commit f48b2bb

Browse files
coadofacebook-github-bot
authored andcommitted
Exclude Internal and Private categories (#56035)
Summary: Excludes files with `*+Internal.h` and `*+Private.h` categories from the public API `ReactApple` snapshot. Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D95953096
1 parent 7d80d6e commit f48b2bb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/cxx-api/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ ReactApple:
6060
- "*/platform/windows/*"
6161
- "*/platform/macos/*"
6262
- "*/platform/android/*"
63+
- "*+Private.h"
64+
- "*+Internal.h"
6365
definitions:
6466
__cplusplus: 1
6567
variants:

0 commit comments

Comments
 (0)