This commit is contained in:
Yamozha
2021-04-02 02:24:13 +03:00
parent c23950b545
commit 7256d79e2c
31493 changed files with 3036630 additions and 0 deletions

11
node_modules/react-native/Libraries/RCTRequired/BUCK generated vendored Normal file
View File

@ -0,0 +1,11 @@
load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library")
fb_apple_library(
name = "RCTRequired",
autoglob = True,
complete_nullability = True,
contacts = ["oncall+react_native@xmail.facebook.com"],
extension_api_only = True,
frameworks = ["Foundation"],
labels = ["supermodule:ios/default/public.react_native.infra"],
)