mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
6f115110c4
commit
5a600e60d9
@@ -47,6 +47,7 @@
|
||||
"react-native.config.js",
|
||||
"React.podspec",
|
||||
"React",
|
||||
"!React/Fabric/RCTThirdPartyFabricComponentsProvider.*",
|
||||
"ReactAndroid",
|
||||
"ReactApple",
|
||||
"ReactCommon",
|
||||
|
||||
Reference in New Issue
Block a user