DEV Community

Discussion on: How to get data from an MySQL database in React Native

Collapse
 
lamaalqasem profile image
lamaalqasem

Thanks a lot man! this is so helpful.
I installed all the libraries required, now it gives me an error "Unable to resolve module 'crypto' " Because it is used in mysql module. Do you know how to solve that? Because in npm page it says that it's no longer supported. npmjs.com/package/crypto

I have been struggling with this since yesterday :(