React Native Error - Can't find variable: self

1,198 阅读1分钟

修改 node_modules> isomorphic-fetch> fetch-npm-browserify.js

var globalObject = typeof self === "undefined" ? global : self;
module.exports = globalObject.fetch.bind(globalObject);
//module.exports = fetch;