ews-javascript-api icon indicating copy to clipboard operation
ews-javascript-api copied to clipboard

Usage React Native

Open XavegX367 opened this issue 2 years ago • 0 comments
trafficstars

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');

XavegX367 avatar Dec 21 '22 12:12 XavegX367