We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e029398 commit 77c2a4fCopy full SHA for 77c2a4f
packages/skia/cpp/api/JsiSkPictureFactory.h
@@ -45,7 +45,7 @@ class JsiSkPictureFactory : public JsiSkHostObject {
45
JSI_EXPORT_FUNCTIONS(JSI_EXPORT_FUNC(JsiSkPictureFactory, MakePicture))
46
47
explicit JsiSkPictureFactory(std::shared_ptr<RNSkPlatformContext> context)
48
- : JsiSkHostObject(context) {}
+ : JsiSkHostObject(std::move(context)) {}
49
};
50
51
} // namespace RNSkia
0 commit comments