mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-19 10:48:28 +08:00
Fix portability issues to Linux, FreeBSD, and older libc++
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/21764 Differential Revision: D13902907 Pulled By: hramos fbshipit-source-id: 640cde865b1bcc5ca43c17d00574b8e2f78ceaf4
This commit is contained in:
committed by
Facebook Github Bot
parent
1e6f5344d6
commit
36916ee99d
@@ -103,6 +103,7 @@ void NativeToJsBridge::loadApplication(
|
||||
std::unique_ptr<RAMBundleRegistry> bundleRegistry,
|
||||
std::unique_ptr<const JSBigString> startupScript,
|
||||
std::string startupScriptSourceURL) {
|
||||
|
||||
runOnExecutorQueue(
|
||||
[this,
|
||||
bundleRegistryWrap=folly::makeMoveWrapper(std::move(bundleRegistry)),
|
||||
|
||||
Reference in New Issue
Block a user