-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interest in React Native Widget #103
Comments
Hey! We'd love to support React Native, but aren't super sure of the timeline or the best way to support it right now. A good way of starting would be figuring out if our internal idkit-js/idkit/src/services/walletconnect.ts Lines 237 to 275 in 328d2b9
|
To me everything in terms of libraries is okey. Just see a few places where a window object is used which is not available on RN. It is particularly important in the QR code build process. That is kinda okey because the widget won't probably even need to build any QRCode since it can work with deep linking and redirect user directly to the mobile app if he has it. So I would say this is not change in code but in the flow a bit. Then also the IDKitWidget component must be written using RN Elements such as View etc. |
Hey, is IDKitWidget now available for react native? |
I'm integrating IDKitWidget into my React Native mobile app using the Universal Link for direct requests (app_id, action, etc.). How can the useAppConnection hook support these parameters for the integration? |
Hello all - is there interest in a react native compatible widget? If so, I would like to be involved in some capacity, or take an initial stab at implementing this. If this exists, can I collaborate, if not, what would the appropriate repository be to make a PR against?
The text was updated successfully, but these errors were encountered: