mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
a793ed7598
Summary: build-break overriding_review_checks_triggers_an_audit_and_retroactive_review fbshipit-source-id: 316b879368503114ea1af16276643301601bcca8
11 lines
323 B
Python
11 lines
323 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"],
|
|
extension_api_only = True,
|
|
frameworks = ["Foundation"],
|
|
labels = ["supermodule:ios/default/private.react_native.infra"],
|
|
)
|