expo-running-kit
Version:
Expo native module for tracking running and walking workouts — GPS, pace, cadence, auto-pause, and laps.
9 lines • 338 B
TypeScript
import type { SessionState } from "../RunningKit.types";
export declare function useSession(): {
sessionState: SessionState;
sessionStateRef: import("react").RefObject<SessionState>;
duration: number;
durationRef: import("react").RefObject<number>;
resetSession: () => void;
};
//# sourceMappingURL=useSession.d.ts.map