UNPKG

matomo-react-native

Version:

Enhanced Matomo tracking library for React Native and Expo projects with TypeScript support and automatic platform detection.

4 lines (3 loc) 107 B
import { MatomoHook } from './types'; declare const useMatomo: () => MatomoHook; export default useMatomo;