[React Native / Expo] - Immediate undefined

I came across your API and am testing it on React Native Expo

I am doing it very simple but get an immediate undefined
  const VAPI_PUBLIC_KEY = "XXX";
  const ASSISTANT_ID = "XX";

  const vapi = new Vapi(VAPI_PUBLIC_KEY);


Am hit with an immediate ERROR TypeError: undefined is not a function, js engine: hermes when I add in my public key.

export default MediaStreamTrack; is what it is associated with.

Any help would be appreciated - thanks
Was this page helpful?