Skip to content

Commit c62901c

Browse files
John Weimeta-codesync[bot]
authored andcommitted
Revert D99854694
Summary: This diff reverts D99854694 breaking RL device NUX and provision. T264298738 Depends on D99854694 Differential Revision: D100389649
1 parent 8629a34 commit c62901c

5 files changed

Lines changed: 7 additions & 785 deletions

File tree

packages/react-native/Libraries/Network/fetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// side-effectful require() to put fetch,
1414
// Headers, Request, Response in global scope
15-
require('./whatwg-fetch');
15+
require('whatwg-fetch');
1616

1717
export const fetch = global.fetch;
1818
export const Headers = global.Headers;

0 commit comments

Comments
 (0)