Skip to content

Commit

Permalink
Fix Buck package boundary violation involving RCTEventDispatcher.h (f…
Browse files Browse the repository at this point in the history
…acebook#31965)

Summary:
Pull Request resolved: facebook#31965

Changelog: [Internal]

Reviewed By: GijsWeterings

Differential Revision: D30030580

fbshipit-source-id: 3b4140a831c7ad7282aae0ff79c54014dcd82615
  • Loading branch information
motiz88 authored and facebook-github-bot committed Aug 5, 2021
1 parent b385484 commit 8d15372
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ RCTLIB_PATH = "Libraries/"

RCTBASE_PATH = "React/Base/"

RCTCOREMODULES_PATH = "React/CoreModules/"

RCTDEVSUPPORT_PATH = "React/DevSupport/"

RCTMODULES_PATH = "React/Modules/"
Expand Down Expand Up @@ -235,7 +233,7 @@ REACT_PUBLIC_HEADERS = {
"React/RCTDisplayLink.h": RCTBASE_PATH + "RCTDisplayLink.h",
"React/RCTErrorCustomizer.h": RCTBASE_PATH + "RCTErrorCustomizer.h",
"React/RCTErrorInfo.h": RCTBASE_PATH + "RCTErrorInfo.h",
"React/RCTEventDispatcher.h": RCTCOREMODULES_PATH + "RCTEventDispatcher.h",
# NOTE: RCTEventDispatcher.h is exported from CoreModules:CoreModulesApple
"React/RCTEventDispatcherProtocol.h": RCTBASE_PATH + "RCTEventDispatcherProtocol.h",
"React/RCTEventEmitter.h": RCTMODULES_PATH + "RCTEventEmitter.h",
"React/RCTFont.h": RCTVIEWS_PATH + "RCTFont.h",
Expand Down

0 comments on commit 8d15372

Please sign in to comment.