From ccb8ab66ce54f553a07a207e09524f58ba9fd145 Mon Sep 17 00:00:00 2001 From: Krzysztof Piaskowy Date: Thu, 9 Sep 2021 12:52:16 +0200 Subject: [PATCH] change to unque ptr --- ios/native/NativeProxy.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/native/NativeProxy.mm b/ios/native/NativeProxy.mm index 0b9779eb785..682093f376e 100644 --- a/ios/native/NativeProxy.mm +++ b/ios/native/NativeProxy.mm @@ -114,7 +114,7 @@ static id convertJSIValueToObjCObject(jsi::Runtime &runtime, const jsi::Value &v #if __has_include() - std::shared_ptr animatedRuntime = facebook::hermes::makeHermesRuntime(); + std::unique_ptr animatedRuntime = facebook::hermes::makeHermesRuntime(); #elif __has_include() std::unique_ptr animatedRuntime = facebook::hermes::makeHermesRuntime(); #else