apify-client-js icon indicating copy to clipboard operation
apify-client-js copied to clipboard

Unable to resolve module events from node_modules/@apify/log/logger.js:

Open karthikeyan-kandasamy opened this issue 3 years ago • 1 comments

Getting this error Unable to resolve module events from /Users/hubino/Documents/RN_Projects/Homi/node_modules/@apify/log/logger.js: Is this package supports Expo React native?

karthikeyan-kandasamy avatar Jul 26 '21 15:07 karthikeyan-kandasamy

Hmm, interesting. events is a Node.js only module, so it makes sense that it's not available in React Native. Interestingly, we've been using apify-client in the browser for quite some time without any problems. I guess Webpack polyfills it for us.

Can you polyfill events in Expo?

mnmkng avatar Jul 28 '21 09:07 mnmkng