diff --git a/react-native/index.d.ts b/react-native/index.d.ts index 9bd87c5013..8900ce0a0b 100644 --- a/react-native/index.d.ts +++ b/react-native/index.d.ts @@ -7569,6 +7569,7 @@ declare module "react" { // Network Polyfill // TODO: Add proper support for fetch export type fetch = (url: string, options?: Object) => Promise + export const fetch: fetch; // Timers polyfill export type timedScheduler = (fn: string | Function, time: number) => number