1load("//tools/build_defs/oss:rn_defs.bzl", "rn_apple_library")
2
3rn_apple_library(
4    name = "RCTRequired",
5    exported_headers = [
6        "RCTRequired/RCTRequired.h",
7    ],
8    autoglob = False,
9    complete_nullability = True,
10    contacts = ["[email protected]"],
11    disable_infer_precompiled_header = True,
12    extension_api_only = True,
13    frameworks = ["Foundation"],
14    labels = [
15        "fbios_link_group:xplat/default/public.react_native.infra",
16        "pfh:ReactNative_CommonInfrastructurePlaceholder",
17        "talkios_link_group:xplat/default/public.react_native.infra",
18    ],
19)
20