UNPKG

@sentry/react-native

Version:
9 lines 455 B
/** * Checks if prebuilt native projects (ios/android) have been configured with Sentry. * If native directories exist but are missing Sentry configuration, warns the user * to run `npx expo prebuild --clean`. * * This only runs for Expo projects (detected by the presence of `expo` in package.json dependencies). */ export declare function checkSentryExpoNativeProject(projectRoot: string): void; //# sourceMappingURL=sentryExpoNativeCheck.d.ts.map