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
13 lines
359 B
Python
13 lines
359 B
Python
load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library")
|
|
|
|
fb_apple_library(
|
|
name = "FBLazyVector",
|
|
autoglob = True,
|
|
contacts = ["oncall+react_native@xmail.facebook.com"],
|
|
enable_exceptions = False,
|
|
frameworks = [],
|
|
labels = ["supermodule:ios/isolation/infra.react_native"],
|
|
link_whole = False,
|
|
visibility = ["PUBLIC"],
|
|
)
|