UNPKG

react-native-kochava-measurement

Version:

A lightweight and easy to integrate SDK, providing first-class integration with Kochava’s installation attribution and analytics platform.

10 lines (8 loc) 313 B
declare module 'react-native/Libraries/Types/CodegenTypes' { import type { EventSubscription } from 'react-native'; export interface EventEmitter<T> { (callback: (data: T) => void): EventSubscription; addListener(callback: (data: T) => void): EventSubscription; removeAllListeners(): void; } }