Using core node modules on android/ios

  1. SDK Version: 44
  2. Platforms(Android/iOS/web/all): all

Hi, I am trying to use the “crypto” node core module in my project, it is required for a library that I did not develop internally so changing it to an external implementation like crypto-js or react-native-crypto would not be the best solution for me.

There are a lof of different recommendations online on how to do this like “rn-nodeify” and metro transformers but none of them seem to work for me and they are mostly do not seem up to date either.

Does anyone have a way of using core node modules and having it run on android/ios, if so how?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.