Home
last modified time | relevance | path

Searched refs:CrashReport (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-dev-launcher/bundle/providers/
H A DCrashReportProvider.tsx3 import { CrashReport } from '../native-modules/DevLauncherInternal';
5 const Context = React.createContext<CrashReport | null>(null);
10 initialCrashReport?: CrashReport;
H A DAppProviders.tsx11 import { BuildInfo, CrashReport } from '../native-modules/DevLauncherInternal';
34 initialCrashReport?: CrashReport;
/expo/packages/expo-dev-launcher/bundle/native-modules/
H A DDevLauncherInternal.ts61 export type CrashReport = { alias
67 export async function getCrashReport(): Promise<CrashReport | null> {