mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Reviewed By: jkeljo Differential Revision: D35178374 fbshipit-source-id: be4ad27928a1b9260a9d6321c9705b30aebe04d6
17 lines
612 B
Python
17 lines
612 B
Python
load("@fbsource//xplat/pfh/ReactNative/CommonInfrastructurePlaceholde:DEFS.bzl", "ReactNative_CommonInfrastructurePlaceholde")
|
|
load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library")
|
|
|
|
fb_apple_library(
|
|
name = "RCTRequired",
|
|
exported_headers = [
|
|
"RCTRequired/RCTRequired.h",
|
|
],
|
|
autoglob = False,
|
|
complete_nullability = True,
|
|
contacts = ["oncall+react_native@xmail.facebook.com"],
|
|
extension_api_only = True,
|
|
feature = ReactNative_CommonInfrastructurePlaceholde,
|
|
frameworks = ["Foundation"],
|
|
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
|
)
|