This commit is contained in:
Adam Gleitman 2022-04-29 15:09:20 -07:00
Родитель 92939e2c1f
Коммит a11b3b6174
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -14,8 +14,8 @@
"getRuntimeExecutor", CatalystInstanceImpl::getRuntimeExecutor),
+ makeNativeMethod("getPointerOfInstancePointer", CatalystInstanceImpl::getPointerOfInstancePointer),
makeNativeMethod(
"warnOnLegacyNativeModuleSystemUse",
CatalystInstanceImpl::warnOnLegacyNativeModuleSystemUse),
"getRuntimeScheduler", CatalystInstanceImpl::getRuntimeScheduler),
makeNativeMethod(
@@ -151,6 +153,23 @@
JNativeRunnable::registerNatives();
}

Просмотреть файл

@ -5,9 +5,9 @@
$(call import-module,hermes)
$(call import-module,runtimeexecutor)
+$(call import-module,v8jsi)
$(call import-module,react/renderer/runtimescheduler)
$(call import-module,react/nativemodule/core)
include $(REACT_SRC_DIR)/reactperflogger/jni/Android.mk
@@ -147,5 +148,6 @@
include $(REACT_SRC_DIR)/../hermes/reactexecutor/Android.mk
include $(REACT_SRC_DIR)/../hermes/instrumentation/Android.mk