diff --git a/React/CoreModules/BUCK b/React/CoreModules/BUCK index ee6872cc108..4eb322303ec 100644 --- a/React/CoreModules/BUCK +++ b/React/CoreModules/BUCK @@ -107,6 +107,7 @@ rn_apple_library( reexport_all_header_dependencies = True, visibility = ["PUBLIC"], exported_deps = [ + "fbsource//xplat/js:RCTLinkingApple", "fbsource//xplat/js/react-native-github:ReactInternalApple", "fbsource//xplat/js/react-native-github/Libraries/FBReactNativeSpec:FBReactNativeSpecApple", ], diff --git a/ReactCommon/turbomodule/samples/BUCK b/ReactCommon/turbomodule/samples/BUCK index 50478824e14..95d4469f746 100644 --- a/ReactCommon/turbomodule/samples/BUCK +++ b/ReactCommon/turbomodule/samples/BUCK @@ -40,6 +40,7 @@ rn_xplat_cxx_library( force_static = True, ios_deps = [ "fbsource//xplat/FBBaseLite:FBBaseLite", + "fbsource//xplat/js:RCTLinking", "fbsource//xplat/js/react-native-github:RCTCxxBridge", "fbsource//xplat/js/react-native-github:RCTCxxModule", "fbsource//xplat/js/react-native-github:ReactInternal",