Is it possible to use this for mobile--through react native? #103
Replies: 1 comment 1 reply
-
As far as I know React Native apps can't directly execute WebAssembly, which is a requirement for using this package. It would be possible to load the library in a WebView in an RN app, but that's probably going to be quite cumbersome to set up. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use this with react native?
Beta Was this translation helpful? Give feedback.
All reactions