mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add JSI-based JSExecutor for the bridge
Summary: This is similar in function to the old JSCExecutor, but uses the more abstract JSI API to interact with the JSVM. @public Reviewed By: axe-fb Differential Revision: D9328241 fbshipit-source-id: 3212ff4f43d0589a70d7bebc4d463d4433590f1d
This commit is contained in:
committed by
Facebook Github Bot
parent
a23fb1a22c
commit
749b18dbc9
@@ -28,6 +28,7 @@ rn_android_library(
|
||||
react_native_target("java/com/facebook/react/common:common"),
|
||||
react_native_target("java/com/facebook/react/devsupport:interfaces"),
|
||||
react_native_target("java/com/facebook/react/fabric:fabric"),
|
||||
react_native_target("java/com/facebook/react/jscexecutor:jscexecutor"),
|
||||
react_native_target("java/com/facebook/react/module/annotations:annotations"),
|
||||
react_native_target("java/com/facebook/react/module/model:model"),
|
||||
react_native_target("java/com/facebook/react/modules/core:core"),
|
||||
|
||||
Reference in New Issue
Block a user