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