chore: remove msgpack-lite and pako dependencies (#892)

This commit is contained in:
Justin Hernandez
2025-08-13 18:45:50 -07:00
committed by GitHub
parent 94da3b9546
commit ae5e8ccd0f
4 changed files with 10 additions and 63 deletions

View File

@@ -4,12 +4,13 @@ import type { AppStateStatus } from 'react-native';
import { AppState } from 'react-native';
import type { transportFunctionType } from 'react-native-logs';
import { registerDocumentChangeCallback } from '@/providers/passportDataProvider';
import {
GRAFANA_LOKI_PASSWORD,
GRAFANA_LOKI_URL,
GRAFANA_LOKI_USERNAME,
} from '../../../env';
import { registerDocumentChangeCallback } from '../../providers/passportDataProvider';
interface LokiLogEntry {
timestamp: string;