From 1511bfa028d2c40fa97fd79804dbb28b14df802f Mon Sep 17 00:00:00 2001 From: Dustin Shahidehpour Date: Fri, 2 Oct 2020 08:46:14 -0700 Subject: [PATCH] Do another passthrough of labeling. Summary: At this point, I think we are ready to enable validation Changelog: [INTERNAL] Differential Revision: D24062829 fbshipit-source-id: c82dcd2c376e5cdeb164451e16b6fb3a666106f4 --- React/CoreModules/BUCK | 1 + 1 file changed, 1 insertion(+) diff --git a/React/CoreModules/BUCK b/React/CoreModules/BUCK index 45b4b45f0daf1b..2170d80b1f9253 100644 --- a/React/CoreModules/BUCK +++ b/React/CoreModules/BUCK @@ -36,6 +36,7 @@ rn_apple_library( header_path_prefix = "React", labels = [ "depslint_never_remove", # Some old NativeModule still relies on +load unfortunately. + "disable_plugins_only_validation", "supermodule:xplat/default/public.react_native.infra", ], link_whole = True,