Skip to content

Commit 796a4ea

Browse files
generatedunixname89002005287564facebook-github-bot
generatedunixname89002005287564
authored andcommitted
Add "complete_nullability = True" to compatible libraries
Reviewed By: natestedman Differential Revision: D19968574 fbshipit-source-id: cf31e22e4a624f2f2a37bfd1b23ae65ff121f263
1 parent bcc6f9b commit 796a4ea

File tree

2 files changed

+2
-0
lines changed
  • Libraries

2 files changed

+2
-0
lines changed

Libraries/FBLazyVector/BUCK

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library")
33
fb_apple_library(
44
name = "FBLazyVector",
55
autoglob = True,
6+
complete_nullability = True,
67
contacts = ["[email protected]"],
78
enable_exceptions = False,
89
extension_api_only = True,

Libraries/RCTRequired/BUCK

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library")
33
fb_apple_library(
44
name = "RCTRequired",
55
autoglob = True,
6+
complete_nullability = True,
67
contacts = ["[email protected]"],
78
extension_api_only = True,
89
frameworks = ["Foundation"],

0 commit comments

Comments
 (0)