diff --git a/BUCK b/BUCK index d43f1685364790..e3735e5e55b5c0 100644 --- a/BUCK +++ b/BUCK @@ -745,7 +745,6 @@ rn_library( ), labels = [ "pfh:ReactNative_CommonInfrastructurePlaceholder", - "supermodule:xplat/default/public.react_native.core", ], visibility = ["PUBLIC"], deps = [ diff --git a/packages/assets/BUCK b/packages/assets/BUCK index a1c34d6e1504cb..df68edf8b3a969 100644 --- a/packages/assets/BUCK +++ b/packages/assets/BUCK @@ -5,7 +5,6 @@ rn_library( name = "assets", labels = [ "pfh:ReactNative_CommonInfrastructurePlaceholder", - "supermodule:xplat/default/public.react_native.core", ], skip_processors = True, visibility = ["PUBLIC"], diff --git a/packages/normalize-color/BUCK b/packages/normalize-color/BUCK index 17fbdd53bd8da7..faaff9e880b021 100644 --- a/packages/normalize-color/BUCK +++ b/packages/normalize-color/BUCK @@ -5,7 +5,6 @@ rn_library( name = "normalize-color", labels = [ "pfh:ReactNative_CommonInfrastructurePlaceholder", - "supermodule:xplat/default/public.react_native.core", ], skip_processors = True, visibility = ["PUBLIC"], diff --git a/packages/polyfills/BUCK b/packages/polyfills/BUCK index 7b9950a185c1ce..88ffc9513eee78 100644 --- a/packages/polyfills/BUCK +++ b/packages/polyfills/BUCK @@ -26,7 +26,6 @@ rn_library( is_polyfill = True, labels = [ "pfh:ReactNative_CommonInfrastructurePlaceholder", - "supermodule:xplat/default/public.react_native.core", ], node_modules_check_enabled = False, skip_processors = True, # Don't anticipate routes or fbicon here