apify-client-js
apify-client-js copied to clipboard
Unable to resolve module events from node_modules/@apify/log/logger.js:
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?
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?