Ignore RCTThirdPartyFabricComponentsProvider for npm publish (#41868)

Summary:
When publishing my RN fork I hit this issue where a RCTThirdPartyFabricComponentsProvider module would end up in the npm tarball which causes build issues. This file is generated by codegen and should never be included.

## Changelog:

[INTERNAL] [FIXED] - Ignore RCTThirdPartyFabricComponentsProvider for npm publish

Pull Request resolved: https://github.com/facebook/react-native/pull/41868

Test Plan: Tested that the file is no longer included when publishing my RN fork

Reviewed By: christophpurrer

Differential Revision: D52032223

Pulled By: dmytrorykun

fbshipit-source-id: a846813176d60119d97261131fd9d9a6aa919e62
This commit is contained in:
Janic Duplessis
2023-12-13 09:06:58 -08:00
committed by Facebook GitHub Bot
parent 6f115110c4
commit 5a600e60d9
+1
View File
@@ -47,6 +47,7 @@
"react-native.config.js",
"React.podspec",
"React",
"!React/Fabric/RCTThirdPartyFabricComponentsProvider.*",
"ReactAndroid",
"ReactApple",
"ReactCommon",