Searched refs:withErrorOverlay (Results 1 – 7 of 7) sorted by relevance
6 exports.withErrorOverlay = void 0;22 function withErrorOverlay(Comp) { function31 exports.withErrorOverlay = withErrorOverlay;
2 export declare function withErrorOverlay(Comp: React.ComponentType<any>): React.ComponentType<any> … function
1 … require('./LogBox').default.install();\n }\n}\n\nexport function withErrorOverlay(Comp: React.C…
56 const { withErrorOverlay } = require('@expo/metro-runtime/error-overlay');57 (0, expo_1.registerRootComponent)(withErrorOverlay(Component));
1 …withErrorOverlay } =\n require('@expo/metro-runtime/error-overlay') as typeof import('@expo…
23 export function withErrorOverlay(Comp: React.ComponentType<any>) {
61 const { withErrorOverlay } =63 registerRootComponent(withErrorOverlay(Component));