Skip to content

Commit

Permalink
Add extension API parameters to libraries
Browse files Browse the repository at this point in the history
Summary: Changelog: [Internal]

Differential Revision: D19377037

fbshipit-source-id: 3026a34005707fb371df60eaacd142988b012751
  • Loading branch information
natestedman authored and facebook-github-bot committed Jan 14, 2020
1 parent 35c6bb9 commit 8d57691
Show file tree
Hide file tree
Showing 4 changed files with 4 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 @@ -5,6 +5,7 @@ fb_apple_library(
autoglob = True,
contacts = ["oncall+react_native@xmail.facebook.com"],
enable_exceptions = False,
extension_api_only = True,
frameworks = [],
labels = ["supermodule:ios/isolation/infra.react_native"],
link_whole = False,
Expand Down
1 change: 1 addition & 0 deletions Libraries/FBReactNativeSpec/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ fb_apple_library(
prefix = "FBReactNativeSpec",
),
contacts = ["oncall+react_native@xmail.facebook.com"],
extension_api_only = True,
frameworks = [
"Foundation",
"UIKit",
Expand Down
1 change: 1 addition & 0 deletions Libraries/RCTRequired/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ fb_apple_library(
name = "RCTRequired",
autoglob = True,
contacts = ["oncall+react_native@xmail.facebook.com"],
extension_api_only = True,
frameworks = ["Foundation"],
labels = ["supermodule:ios/isolation/infra.react_native"],
)
1 change: 1 addition & 0 deletions React/CoreModules/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ rn_apple_library(
"WebKit",
],
exported_preprocessor_flags = rn_extra_build_flags(),
extension_api_only = True,
frameworks = [
"Foundation",
"UIKit",
Expand Down

0 comments on commit 8d57691

Please sign in to comment.