Skip to content

Commit db96246

Browse files
lavenzgfacebook-github-bot
authored andcommitted
Exclude metainternal from C++ API snapshots
Summary: Add */metainternal/* to ReactApple's exclude_patterns in the C++ API snapshot config. This directory may contain internal headers that are not part of the public React Native C++ API surface. Changelog: [Internal] Differential Revision: D101879633
1 parent cb99ee8 commit db96246

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/cxx-api/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ platforms:
9393
- "*/templates/*"
9494
- "*/components/progressbar/android/*"
9595
- "*/components/switch/androidswitch/*"
96+
- "*/metainternal/*"
9697
exclude_symbols:
9798
- "Android"
9899
- "\\(Deprecated\\)"

0 commit comments

Comments
 (0)