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
At the moment I am getting an error: The package at "node_modules/fetch/lib/fetch.js" attempted to import the Node standard library module "http". It failed because the native React runtime does niet include the Node standard library.
I am running React Native through Expo.
Am I actually able to call this in my React Native app itself or should I setup a Node server to handle this?
The error pops up once I try to do this: const ews = require('ews-javascript-api');
The text was updated successfully, but these errors were encountered:
At the moment I am getting an error: The package at "node_modules/fetch/lib/fetch.js" attempted to import the Node standard library module "http". It failed because the native React runtime does niet include the Node standard library.
I am running React Native through Expo.
Am I actually able to call this in my React Native app itself or should I setup a Node server to handle this?
The error pops up once I try to do this:
const ews = require('ews-javascript-api');
The text was updated successfully, but these errors were encountered: