mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-09 22:43:10 +08:00
Support passing a collection of native modules to JSContext
Reviewed By: javache Differential Revision: D4772649 fbshipit-source-id: dd9353edb0c2c013a3b7fe772231db12cdd8cdae
This commit is contained in:
committed by
Facebook Github Bot
parent
0b2ac0ada8
commit
1916b38a65
@@ -6,6 +6,7 @@ android_library(
|
||||
exported_deps = [
|
||||
react_native_dep("java/com/facebook/jni:jni"),
|
||||
react_native_dep("java/com/facebook/proguard/annotations:annotations"),
|
||||
react_native_target("java/com/facebook/react/bridge:bridge"),
|
||||
],
|
||||
proguard_config = "bridge.pro",
|
||||
visibility = [
|
||||
@@ -26,7 +27,6 @@ android_library(
|
||||
# '//native/react/jni:jni-internal',
|
||||
react_native_dep("third-party/java/infer-annotations:infer-annotations"),
|
||||
react_native_dep("third-party/java/jsr-305:jsr-305"),
|
||||
react_native_target("java/com/facebook/react/bridge:bridge"),
|
||||
react_native_target("java/com/facebook/react/common:common"),
|
||||
react_native_target("java/com/facebook/react/devsupport:devsupport"),
|
||||
react_native_target("java/com/facebook/react/module/model:model"),
|
||||
|
||||
Reference in New Issue
Block a user