mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
9ce3588f1e
Reviewed By: zertosh Differential Revision: D17978944 fbshipit-source-id: 9c9d4d6e6abe49005558d52b47a5a3b38cbb6d92
10 lines
286 B
Python
10 lines
286 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"],
|
|
labels = ["supermodule:ios/isolation/infra.react_native"],
|
|
)
|