0

I am using this library in my React Native app, but I am having a problem as it tries to require crypto. In a node environment, require-ing an unavailable module would throw an Error, which could then be caught and handled. However, the packager will not package the app as it couldn't resolve the module. Is there any way to ignore these errors and just have an error thrown on runtime?

John Leuenhagen
  • 576
  • 7
  • 23

0 Answers0