Closed ghermet closed 1 year ago
The Node Wrapper is currently not compatible with react native because it uses process.
ERROR TypeError: undefined is not a function, js engine: hermes
export const HEADERS = { 'X-W3W-Wrapper': typeof window !== 'undefined' ? `what3words-JavaScript/${VERSION} (${window.navigator.userAgent})` : `what3words-Node/${VERSION} (Node ${process.version}; ${getPlatform( platform() )} ${release()})`, };
Problem
The Node Wrapper is currently not compatible with react native because it uses process.
Fix