Files
react-native/Libraries/FBLazyVector/BUCK
T
Kevin Gozali 04180bf8ff Move FBLazyVector to github
Summary: FBLazyVector is a simple utility to help typesafety/codegen of TurboModule specs. This is not used widely elsewhere at the moment.

Reviewed By: hramos, cpojer

Differential Revision: D15929956

fbshipit-source-id: 17226351738335a74e7b931812a1ca901f47963f
2019-06-21 11:42:17 -07:00

12 lines
296 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 = [],
link_whole = False,
visibility = ["PUBLIC"],
)