Files
react-native/Libraries/RCTRequired/BUCK
T
Ruslan LatypovandFacebook GitHub Bot 2e2cd302f1 fix missing imports and set disable_infer_precompiled_header]
Reviewed By: adamjernst

Differential Revision: D41704378

fbshipit-source-id: 92bcbc8710e75e6eccfb252986ebd7b5f8645ba6
2022-12-04 13:30:16 -08:00

20 lines
621 B
Python

load("//tools/build_defs/oss:rn_defs.bzl", "rn_apple_library")
rn_apple_library(
name = "RCTRequired",
exported_headers = [
"RCTRequired/RCTRequired.h",
],
autoglob = False,
complete_nullability = True,
contacts = ["oncall+react_native@xmail.facebook.com"],
disable_infer_precompiled_header = True,
extension_api_only = True,
frameworks = ["Foundation"],
labels = [
"fbios_link_group:xplat/default/public.react_native.infra",
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"talkios_link_group:xplat/default/public.react_native.infra",
],
)