-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support for react native #167
Comments
@dsjen Appreciate your interest, and apologies for the delayed response! It was/is 💯 planned:
Although RN support isnt explicitly in the plan to support, it would be available by proxy out of the box. That said, our current roadmap is prioritizing browser support for Gateway that is also under active development right now. I can convert this into a more generic user story aligned with our roadmap and provide updates once Gateway support is complete. If the timeline above isn't ideal, and you'd like to contribute by forking and submitting a PR, we always welcome community support! Alternatively, I'm happy to keep you updated as we wrap up Gateway browser support. |
Thank you for the information! I'd love to hear if/when the roadmap can accommodate our use case and what the timeline might look like. Thanks! |
Thank you! |
I'm hoping to use this package in a react native app (for MIT CCC). I made a first attempt at integrating it, but ran into a few errors indicating this probably only works for react web. I went ahead and tried including a few polyfills and that got me the point where the app was trying to open a popup (which doesn't work for react native out of the box).
Is there any plan to support react-native? If not, do you have any advice for how I might proceed? Thank you!
The text was updated successfully, but these errors were encountered: