mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-07 13:05:18 +08:00
Extract NativeExtensionsProvider definition
Reviewed By: danzimm Differential Revision: D6964355 fbshipit-source-id: e20dfa99bd9d8784a5f31a313302104d6dc33652
This commit is contained in:
committed by
Facebook Github Bot
parent
da2d410122
commit
c989ea8728
@@ -121,7 +121,7 @@ namespace facebook {
|
||||
JSCExecutor::JSCExecutor(std::shared_ptr<ExecutorDelegate> delegate,
|
||||
std::shared_ptr<MessageQueueThread> messageQueueThread,
|
||||
const folly::dynamic& jscConfig,
|
||||
std::function<folly::dynamic(const std::string &)> nativeExtensionsProvider) throw(JSException) :
|
||||
NativeExtensionsProvider nativeExtensionsProvider) throw(JSException) :
|
||||
m_delegate(delegate),
|
||||
m_messageQueueThread(messageQueueThread),
|
||||
m_nativeModules(delegate ? delegate->getModuleRegistry() : nullptr),
|
||||
|
||||
Reference in New Issue
Block a user