Can this project be used on React-Native #257
-
Beta Was this translation helpful? Give feedback.
Answered by
samizdatco
Aug 17, 2025
Replies: 1 comment
-
I don't believe so. This module requires Node.js but React Native uses Safari's JavaScriptCore engine which doesn't support the NAPI interface Skia Canvas uses to expose its native code to JavaScript. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
samizdatco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't believe so.
This module requires Node.js but React Native uses Safari's JavaScriptCore engine which doesn't support the NAPI interface Skia Canvas uses to expose its native code to JavaScript.