Skip to content

Commit

Permalink
Add "complete_nullability = True" to compatible libraries
Browse files Browse the repository at this point in the history
Reviewed By: natestedman

Differential Revision: D19968574

fbshipit-source-id: cf31e22e4a624f2f2a37bfd1b23ae65ff121f263
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Feb 24, 2020
1 parent bcc6f9b commit 796a4ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/FBLazyVector/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library")
fb_apple_library(
name = "FBLazyVector",
autoglob = True,
complete_nullability = True,
contacts = ["[email protected]"],
enable_exceptions = False,
extension_api_only = True,
Expand Down
1 change: 1 addition & 0 deletions Libraries/RCTRequired/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library")
fb_apple_library(
name = "RCTRequired",
autoglob = True,
complete_nullability = True,
contacts = ["[email protected]"],
extension_api_only = True,
frameworks = ["Foundation"],
Expand Down

0 comments on commit 796a4ea

Please sign in to comment.