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 "fbios_link_group:xplat/default/public.react_native.infra", 15 "pfh:ReactNative_CommonInfrastructurePlaceholder", 16 "talkios_link_group:xplat/default/public.react_native.infra", 17 ], 18) 19