worked on GarageApp stuff
This commit is contained in:
parent
60aaf17af3
commit
eb606572b0
51919 changed files with 2168177 additions and 18 deletions
6
node_modules/cross-fetch/dist/react-native-ponyfill.js
generated
vendored
Normal file
6
node_modules/cross-fetch/dist/react-native-ponyfill.js
generated
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module.exports = global.fetch // To enable: import fetch from 'cross-fetch'
|
||||
module.exports.default = global.fetch // For TypeScript consumers without esModuleInterop.
|
||||
module.exports.fetch = global.fetch // To enable: import {fetch} from 'cross-fetch'
|
||||
module.exports.Headers = global.Headers
|
||||
module.exports.Request = global.Request
|
||||
module.exports.Response = global.Response
|
||||
Loading…
Add table
Add a link
Reference in a new issue