Searched refs:CrashReport (Results 1 – 3 of 3) sorted by relevance
3 import { CrashReport } from '../native-modules/DevLauncherInternal';5 const Context = React.createContext<CrashReport | null>(null);10 initialCrashReport?: CrashReport;
11 import { BuildInfo, CrashReport } from '../native-modules/DevLauncherInternal';34 initialCrashReport?: CrashReport;
61 export type CrashReport = { alias67 export async function getCrashReport(): Promise<CrashReport | null> {