mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
bc0c5c98bb
Reviewed By: PeteTheHeat Differential Revision: D25675408 fbshipit-source-id: 97f8070611f7f7707af9bd7dd9c9a59e8ad96125
12 lines
349 B
Python
12 lines
349 B
Python
load("@fbsource//xplat/js/RKJSModules/Libraries/NativeModules:defs.bzl", "react_native_module_flow_types_library")
|
|
|
|
react_native_module_flow_types_library(
|
|
name = "RNCodegenModuleFixtures",
|
|
android_package_name = "com.facebook.fbreact.specs",
|
|
js_srcs = glob(
|
|
[
|
|
"./__test_fixtures__/modules/*.js",
|
|
],
|
|
),
|
|
)
|