Skip to content

Commit

Permalink
fix: fix location-related imports used by TaskManager.defineTask()
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed May 16, 2024
1 parent 2d7cdea commit 0668bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {AppStackParamsList} from './sharedTypes/navigation';
import * as SplashScreen from 'expo-splash-screen';
import * as Sentry from '@sentry/react-native';
import * as TaskManager from 'expo-task-manager';
import {LOCATION_TASK_NAME, LocationCallbackInfo} from './sharedTypes';
import {LOCATION_TASK_NAME, LocationCallbackInfo} from './sharedTypes/location';
import {tracksStore} from './hooks/persistedState/usePersistedTrack';

Sentry.init({
Expand Down

0 comments on commit 0668bfb

Please sign in to comment.