Files
react-native/Libraries/RCTRequired/BUCK
T
Adam Ernst a45e6a8b5f React Native supermodule
Summary: #nocancel

Reviewed By: fkgozali

Differential Revision: D17747685

fbshipit-source-id: 9bad072d3549959528612c2f0329799853d4b675
2019-10-03 15:43:38 -07:00

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"],
)