mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
a45e6a8b5f
Summary: #nocancel Reviewed By: fkgozali Differential Revision: D17747685 fbshipit-source-id: 9bad072d3549959528612c2f0329799853d4b675
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"],
|
|
)
|