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
This commit is contained in:
Pieter De Baets
2022-11-17 09:56:30 -08:00
committed by Facebook GitHub Bot
parent 0062b10b56
commit 04c286c3c2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library")
load("//tools/build_defs/oss:rn_defs.bzl", "rn_apple_library")
fb_apple_library(
rn_apple_library(
name = "FBLazyVector",
exported_headers = [
"FBLazyVector/FBLazyIterator.h",
+2 -2
View File
@@ -1,6 +1,6 @@
load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library")
load("//tools/build_defs/oss:rn_defs.bzl", "rn_apple_library")
fb_apple_library(
rn_apple_library(
name = "RCTRequired",
exported_headers = [
"RCTRequired/RCTRequired.h",