1load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library")
2
3fb_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    extension_api_only = True,
12    frameworks = ["Foundation"],
13    labels = [
14        "pfh:ReactNative_CommonInfrastructurePlaceholder",
15        "supermodule:xplat/default/public.react_native.infra",
16    ],
17)
18