BUCK 428 B

1234567891011121314
  1. load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library")
  2. fb_apple_library(
  3. name = "FBLazyVector",
  4. autoglob = True,
  5. complete_nullability = True,
  6. contacts = ["oncall+react_native@xmail.facebook.com"],
  7. enable_exceptions = False,
  8. extension_api_only = True,
  9. frameworks = [],
  10. labels = ["supermodule:ios/default/public.react_native.infra"],
  11. link_whole = False,
  12. visibility = ["PUBLIC"],
  13. )