mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Differential Revision: D19400656 Original commit changeset: 57deddfd6006 fbshipit-source-id: 5271e9faa002ff64508d8e52d0c60bf7a362ff02
14 lines
390 B
Python
14 lines
390 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,
|
|
extension_api_only = True,
|
|
frameworks = [],
|
|
labels = ["supermodule:ios/isolation/infra.react_native"],
|
|
link_whole = False,
|
|
visibility = ["PUBLIC"],
|
|
)
|