You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, every time I attempt to require mfp in my project, I run into the issue shared here on the screen shot. I'm not entirely sure what I can do to use this API, but please let me know if you've had any luck with any other react-native projects.
Adding an update:
Determined that node's built in crypto doesn't jive that well with React-Native. Gave react-native-crypto a try but am now running into a new issue: Error: EISDIR: illegal operation on a directory
I am seeing what I can do to fix.
The text was updated successfully, but these errors were encountered:
Did a little more digging and it's looking like Crypto is a deprecated package being called in request. It's saying I should use the built in node module, but I have no idea what the heck that is...
hmm, this project is due for a full re-write, but to answer your last question, crypto is a built-in package in node that can be required or imported: https://nodejs.org/api/crypto.html
Hey, every time I attempt to require mfp in my project, I run into the issue shared here on the screen shot. I'm not entirely sure what I can do to use this API, but please let me know if you've had any luck with any other react-native projects.
Adding an update:
Determined that node's built in crypto doesn't jive that well with React-Native. Gave react-native-crypto a try but am now running into a new issue: Error: EISDIR: illegal operation on a directory
I am seeing what I can do to fix.
The text was updated successfully, but these errors were encountered: