I am trying to learn cross-platform development with react native for an Instagram feed planner application for Android with Expo cli.
However, I am troubled to include the Instagram private API in my project. I get the error of the title. As I looked into the said crypto package I found that said 'crypto' should be a built-in node module. I don't however find the said module from my project node modules. The only 'crypto' module in my node modules is crypto-random-string.
I might be missing some basic knowledge that would help me fix this but if you know how to make this work I would appreciate any help with it.