Axonpack
@axonpack/expo-devtoolsReference

Exported types

Everything the package root exports as a type.

import type { DevtoolsClientConfig, Palette } from '@axonpack/expo-devtools';

Configuration

DevtoolsClientConfig, DevtoolsNetworkConfig, DevtoolsConsoleConfig, DevtoolsPerformanceConfig, DevtoolsStorageConfig, DevtoolsCrashConfig, DevtoolsOverlayProps, DevtoolsErrorBoundaryProps.

Theming

BuiltInThemeId, ThemeId, ThemeConfig, Palette.

Network

NetworkLogEntry, NetworkLogStatus, ResolvedNetworkConditions, ThrottlePresetId, ThrottleProfile, UserAgentPresetId.

Console

ConsoleLogEntry, ConsoleLogLevel.

Performance

LongTaskEntry, MemorySample, StartupTiming, UserTimingEntry, MarkOptions, MeasureOptions.

Storage

StorageAdapter, StorageAdapterConfig, StorageAdapterDefinition, StorageAdapterKind, StorageKeyBlacklist, StorageAdapterState, StorageEntry, StorageReadResult, StorageValueType, StoredValueKind, AsyncStorageLikeDriver, MmkvLikeDriver, SecureStoreLikeDriver.

Crash

CrashRecord, CrashKind, CrashBreadcrumb, CrashBreadcrumbCategory, CrashDeviceInfo, CrashNativeDetail, CrashPopupDetail.

Values, not types

Alongside the factories and components, the package root also exports formatCrashReport and formatCrashJson for turning a CrashRecord into Markdown or JSON yourself.

On this page