mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3e65122113
Summary: This util is used for TurboModule codegen system - it's not used anywhere else for now. Reviewed By: JoshuaGross Differential Revision: D15971956 fbshipit-source-id: 3cb1c3df7fa96fd51d420abff1fbfd07b18fdae6
9 lines
223 B
Python
9 lines
223 B
Python
load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library")
|
|
|
|
fb_apple_library(
|
|
name = "RCTRequired",
|
|
autoglob = True,
|
|
contacts = ["oncall+react_native@xmail.facebook.com"],
|
|
frameworks = ["Foundation"],
|
|
)
|