Skip to content
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 react-native #646

Closed
shaman-apprentice opened this issue Jun 11, 2020 · 4 comments
Closed

Support react-native #646

shaman-apprentice opened this issue Jun 11, 2020 · 4 comments

Comments

@shaman-apprentice
Copy link

shaman-apprentice commented Jun 11, 2020

What's the Node.js/Browser version?

react-native provides a further JS environment for native mobile apps. I believe for small applications it is best practice to have a "thick client" and let it communicate with azure storage directly, without adding a server in between (to minimize the code / development and maintaining costs, as well as the running cloud costs).

What problem was encountered?

Unfortunately this package is not compatible with react-native, due to missing util, fs in react-native environment and maybe something else. Adding support for react-native in addition to nodejs and the browser would be awesome 😍

@jiacfan
Copy link
Member

jiacfan commented Jun 12, 2020

Hi, @shaman-apprentice :

Thanks for reaching us!

We've moved to Storage SDK v12 for JavaScript for latest SDK support(which has clean dep tree). That repro is with agile service and latest features.

Welcome to take a look. And please feel free to let us know if there is any issue with using it.

Thanks,
Jiachen

@shaman-apprentice
Copy link
Author

I tried to use this version, as table storage is not (yet) supported in v12. Digging a little deeper I have hope, that v12 will support it very soon :) So I guess just waiting is totally reasonable.

For reference:
Azure/azure-sdk-for-js#5655
Azure/azure-sdk-for-js#8946

shaman-apprentice pushed a commit to shaman-apprentice/dionysos-legacy that referenced this issue Jun 13, 2020
@EmmaZhu
Copy link
Member

EmmaZhu commented Aug 4, 2021

@azure/data-tables has been added to repository https://github.com/Azure/azure-sdk-for-js. You may have already tried with it.

Does this resolve your requirement?

@shaman-apprentice
Copy link
Author

Thanks for pointing out! Unfortunately I will probably have no time in the near future to try it out. But on first sight it looks good. So I would vote for closing this issue and if I or someone encounters issues with v12 of @azure/data-tables we can create a more concrete ticket.

Thanks again for coming back!

@EmmaZhu EmmaZhu closed this as completed Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants