mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-22 19:39:40 +08:00
29 lines
525 B
Python
29 lines
525 B
Python
include_defs("//ReactAndroid/DEFS")
|
|
|
|
android_resource(
|
|
name = "devsupport",
|
|
package = "com.facebook.react",
|
|
res = "devsupport",
|
|
visibility = [
|
|
react_native_target("java/com/facebook/react/devsupport/..."),
|
|
],
|
|
)
|
|
|
|
android_resource(
|
|
name = "shell",
|
|
package = "com.facebook.react",
|
|
res = "shell",
|
|
visibility = [
|
|
"PUBLIC",
|
|
],
|
|
)
|
|
|
|
android_resource(
|
|
name = "modal",
|
|
package = "com.facebook.react",
|
|
res = "views/modal",
|
|
visibility = [
|
|
"PUBLIC",
|
|
],
|
|
)
|