Skip to content

Commit d4d6dff

Browse files
fkgozalifacebook-github-bot
authored andcommitted
iOS: mark some old NativeModule targets with depslint_never_remove
Summary: Label some BUCK targets properly. Changelog: [Internal] Reviewed By: shergin Differential Revision: D20960917 fbshipit-source-id: 42fa2266105b6c3dd5108a1b56035a19a95cd61f
1 parent 411c344 commit d4d6dff

File tree

1 file changed

+4
-1
lines changed
  • React/CoreModules

1 file changed

+4
-1
lines changed

React/CoreModules/BUCK

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ rn_apple_library(
3333
"UIKit",
3434
],
3535
header_path_prefix = "React",
36-
labels = ["supermodule:ios/default/public.react_native.infra"],
36+
labels = [
37+
"depslint_never_remove", # Some old NativeModule still relies on +load unfortunately.
38+
"supermodule:ios/default/public.react_native.infra",
39+
],
3740
link_whole = True,
3841
platform_preprocessor_flags = [(
3942
"linux",

0 commit comments

Comments
 (0)