Skip to content

Commit ebe51d6

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
Fix CQS signal readability-static-accessed-through-instance in xplat/js/react-native-github/packages (#53756)
Summary: Pull Request resolved: #53756 Reviewed By: javache Differential Revision: D82289100 fbshipit-source-id: 432d9cdf4116aadbd6f21e8fdb994a91a163bfd5
1 parent 81bbbe3 commit ebe51d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTHermesInstance.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
std::unique_ptr<JSRuntime> RCTHermesInstance::createJSRuntime(
2727
std::shared_ptr<MessageQueueThread> msgQueueThread) noexcept
2828
{
29-
return _hermesInstance->createJSRuntime(
29+
return facebook::react::HermesInstance::createJSRuntime(
3030
_crashManagerProvider ? _crashManagerProvider() : nullptr, std::move(msgQueueThread), _allocInOldGenBeforeTTI);
3131
}
3232

0 commit comments

Comments
 (0)