UNPKG

@expo/metro-runtime

Version:

Tools for making advanced Metro bundler features work

11 lines 347 B
import 'react-native/Libraries/Core/InitializeCore'; import 'whatwg-fetch'; import 'expo'; declare const polyfillSymbol: unique symbol; export declare function wrapFetchWithWindowLocation(fetch: Function & { [polyfillSymbol]?: boolean; }): Function & { [polyfillSymbol]?: boolean; }; export {}; //# sourceMappingURL=install.native.d.ts.map