UNPKG

expo-running-kit

Version:

Expo native module for tracking running and walking workouts — GPS, pace, cadence, auto-pause, and laps.

6 lines 306 B
// Reexport the native module. On web, it will be resolved to RunningKitModule.web.ts // and on native platforms to RunningKitModule.ts export { default } from "./RunningKitModule"; export * from "./RunningKit.types"; export { useRunningKit } from "./hooks/useRunningKit"; //# sourceMappingURL=index.js.map