mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
230b7b0e72
Summary: Similar to ComponentsConfiguration used by Litho. Allows us to abtest without having to pipe everything through ReactInstanceManager Reviewed By: axe-fb Differential Revision: D9930707 fbshipit-source-id: 43edf7d8fa2bab7b7888df57ea1bec2b4726f51b
12 lines
205 B
Python
12 lines
205 B
Python
load("//tools/build_defs/oss:rn_defs.bzl", "rn_android_library")
|
|
|
|
rn_android_library(
|
|
name = "config",
|
|
srcs = glob(["**/*.java"]),
|
|
visibility = [
|
|
"PUBLIC",
|
|
],
|
|
deps = [
|
|
],
|
|
)
|