Skip to content

Commit 04c286c

Browse files
javachefacebook-github-bot
authored andcommitted
Remove fb_apple_library export from rn_defs
Summary: Cleanup rn_defs. Most of the imports here were not related to RN, and for others we can use rn_apple_library instead. Reviewed By: mdvacca Differential Revision: D41302584 fbshipit-source-id: 0db79e202c0e18dd590ae0e6bf2821e6b49b606a
1 parent 0062b10 commit 04c286c

File tree

2 files changed

+4
-4
lines changed
  • Libraries

2 files changed

+4
-4
lines changed

Libraries/FBLazyVector/BUCK

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library")
1+
load("//tools/build_defs/oss:rn_defs.bzl", "rn_apple_library")
22

3-
fb_apple_library(
3+
rn_apple_library(
44
name = "FBLazyVector",
55
exported_headers = [
66
"FBLazyVector/FBLazyIterator.h",

Libraries/RCTRequired/BUCK

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library")
1+
load("//tools/build_defs/oss:rn_defs.bzl", "rn_apple_library")
22

3-
fb_apple_library(
3+
rn_apple_library(
44
name = "RCTRequired",
55
exported_headers = [
66
"RCTRequired/RCTRequired.h",

0 commit comments

Comments
 (0)