Any Plan to Provide React Native Support? #332
Unanswered
ThaminduDilshan
asked this question in
Q&A
Replies: 2 comments 6 replies
-
Countless Web APIs missing in the react native runtime, most importantly, Web Cryptography API. So, no plan. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Has there been any progress on the react-native side over the last year? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using some auth node module in my react native application which is using
jose
as a dependency. I get the following error which I believe is due to the fact that in-build typescript/ node libraries are not supported by React native.Even using node-libs-react-native in my app didn't fix the issue. It appears adding a resolver to
metro.config.js
to provide extra node modules doesn't fix the issue for the libraries used by dependencies.Do you have any plan to provide native support for jose or are there any workarounds to get this fixed?
Beta Was this translation helpful? Give feedback.
All reactions