kimf
11/07/2017, 9:30 PMTerminating app due to uncaught exception 'RCTFatalException: Unhandled JS Exception: fetch is not found globally and no fetcher passed, to fix pass a fetch for
your environment like <https://www.npmjs.com/package/node-fetch>.
For example:
import fetch from 'node-fetch';
import { createHttpLink } from 'apollo-link-http';
const link = createHttpLink({ uri: '/graphql', fetch: fetch });
(/var/containers/Bundle/Application/7ECC8570-078D-4115-98CB-3FDCAC270867/Tisdagsgolfen.app/main.jsbundle:344)', reason: 'Unhandled JS Exception: fetch is not found globally and no fetcher passed, ...'